How to: Split a Window Horizontally Using the Designer
This example makes the splitter that divides the SplitContainer control horizontal.
Note
The Orientation property of the SplitContainer control determines the direction of the splitter, not of the control itself.
To split a window horizontally
In the Properties window, set the Orientation property of the SplitContainer control to Horizontal.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET Desktop feedback