Orientation in Windows Forms Tab Splitter Container
3 Sep 2020 / 1 minute to read
Orientation of the splitter in the TabSplitterContainer control is set using Orientation property. Default value is horizontal.
this.tabSplitterContainer1.Orientation = System.Windows.Forms.Orientation.Vertical;
Me.tabSplitterContainer1.Orientation = System.Windows.Forms.Orientation.Vertical
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page