Persisting state
The state of the RadSplitter control is saved across postbacks. The following
Pane properties are persisted:
- Width
- Height
- MinWidth,MaxWidth and MinHeight,MaxHeight
- Collapsed state
- Locked
- Scrollers positions - use the PersistScrollPosition property to control whether to persist the scroll position across postbacks.
- ContentUrl - only if the pane displays external content and its ContentUrl property is set throught the client-side API
The following
SlidingZone properties are persisted:
- DockedPaneId
- ExpandedPaneId
- ClickToOpen
The following
SlidingPane properties are persisted:
- Width
- Height
- MinWidth,MaxWidth and MinHeight,MaxHeight
- Title
- EnableResize
- EnableDock