Customizable Splitter Back Color in Windows Forms Tab

4 Feb 20251 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