ComponentOne SplitContainer for WinForms
SplitContainer Elements / Splitter Bar
In This Topic
    Splitter Bar
    In This Topic

    The Splitter Bar represents the divider that separates the two panels. The splitter bar appears when two or more panels are added to the C1SplitContainer control.

    The following table lists and describes the properties that effect the splitter bar:

    Property Description
    SplitterColor Gets or sets the color of a splitter element.
    SplitterWidth Gets or sets the width of a splitter element.
    SplitterMovingColor Gets or sets the opacity level of a splitter being moved by the user.
    SplitterMovingOpacity Gets or sets the opacity level of a splitter being moved by the user.

    For more information see SplitContainer Appearance Properties.

    See Also