Objectives
Configuring a Collapsible Pane is fairly simple. All you need to do in set the WebPane AllowCollapse property to Yes. The value of the property is an enumeration of type AllowCollapse which values are
| C# | Copy Code |
/// <summary> | |
- You can access that property during DesignTime either by right clicking the WebPaneManager and choosing WebPane Designer or WebPane Advanced Designer.
- In the snapshot below, the PaneSide AllowCollapse property is set to Yes so at run-time the Pane will be collapsible.

![]() |
In the current version, the AllowCollapse property is dependant with the AllowResize property. When you set the AllowCollapse Property to Yes |
Related Tutorials
{Creating Simple Layout}
Copy Code