ComponentOne Splitter for ASP.NET Web Forms
Appearance and Behavior / Collapsible and Expandable Panels
In This Topic
    Collapsible and Expandable Panels
    In This Topic

    You can use the SplitterPanel.Collapsed property to specify a collapsed or expanded panel. The panels in C1Splitter can easily be collapsed or expanded by setting their respective SplitterPanel.Collapsed properties to True or False. At run time, the panel can be expanded by clicking on the expander button.

    Note: Only one panel can be collapsed at a time.

    The following image illustrates Panel1's SplitterPanel.Collapsed property set to True:

    See Also