Customizable Splitter Back Color in Windows Forms Tab Splitter Container
3 Sep 2020 / 1 minute to read
TabSplitterContainer now supports customizing the back color of the Splitter to match the theme of the application using the newly added property SplitterBackColor. Earlier this was not made possible.
// Set Custom Color to The TabSplitterContainer.
this.tabSplitterContainer1.SplitterBackColor = Color.Blue;
‘Set Custom Color to The TabSplitterContainer.
Me.tabSplitterContainer1.SplitterBackColor = Color.Blue
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