ASP.NET Splitter - Collapse/Expand fixed panel

Click on the arrow of the splitter separator.
The left panel of the splitter will collapse.
Click again to expand the left panel back.
The splitter panels are fixed when trying to rezise.


The feature also works in horizontal splitter.

Example code

    <obspl:Splitter CollapsePanel="left" IsResizable="false" id="spl1" runat="server" StyleFolder="styles/default">
        <LeftPanel>
            <Content>
                ... Left Panel content here ...
    ...

VB.NET
spl1.CollapsePanel = VerticalCollapsePanelType.left
spl1.IsResizable = false


C#
spl1.CollapsePanel = VerticalCollapsePanelType.right;
spl1.IsResizable = false;

"In today’s day and age there are few company’s that provide the extremely fast and helpful support that we received from you!"

Jason Saly
CTC