2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Customize the splitter colorIn GroupBar, you can change the appearance of the Splitter by using its SplitterColor and EnableSplittercolorCustomization property. Following code example is to demonstrate the same. Note: Enable the StackedMode property to display the Splitter inside the GroupBar. C# this.groupBar1.StackedMode = true; // To customize the splitter color this.groupBar1.Splittercolor = Color.Red; // To define whether to use default splitter color or customized color this.groupBar1.EnableSplittercolorCustomization = true; VB Me.groupBar1.StackedMode = True ' To customize the splitter color Me.groupBar1.Splittercolor = Color.Red ' To define whether to use default splitter color or customized color Me.groupBar1.EnableSplittercolorCustomization = True The following screenshot displays the customized Splitter in GroupBar. Figure 1: Customized Splitter in GroupBar Sample: http://www.syncfusion.com/downloads/support/directtrac/general/GroupBarSample388834837.zip |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.