Splitter Position in Windows Forms Tab Splitter Container
3 Sep 2020 / 1 minute to read
The splitter position can be adjusted manually within the TabSplitterContainer control at design time and also at run time. To specify the position programmatically, use the SplitterPosition property.
this.tabSplitterContainer1.SplitterPosition = 95;
Me.tabSplitterContainer1.SplitterPosition = 95
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