ComponentOne GanttView for WinForms
Appearance and Styling / Splitter Color
In This Topic
    Splitter Color
    In This Topic

    The GanttView control consists of two grids separated by a resize-able splitter.

     Displays customized splitter in the GanttView.

    You can change the color of the splitter by using the SplitterColor property of the C1GanttView class.
    Use the below code snippet to modify the color of the splitter in the GanttView.

    C#
    Copy Code
    //Set splitter color
    c1GanttView1.SplitterColor = Color.Red;