| SplitterPaneBase Class |
Namespace: Kettic.AspNet.Controls
The SplitterPaneBase type exposes the following members.
| Name | Description | |
|---|---|---|
| MaxHeight |
Sets/gets the max height to which the pane can be resized
| |
| MaxWidth |
Sets/gets the max width to which the pane can be resized
| |
| MinHeight |
Sets/gets the min height to which the pane can be resized
| |
| MinWidth |
Sets/gets the min width to which the pane can be resized
| |
| OnClientBeforeCollapse | Obsolete. | |
| OnClientBeforeExpand | Obsolete. | |
| OnClientBeforeResize | Obsolete. | |
| OnClientCollapsed |
Gets or sets a value indicating the client-side event handler that is called when
the KaxPane is collapsed.
| |
| OnClientCollapsing |
Gets or sets a value indicating the client-side event handler that is called before
the KaxPane is collapsed.
| |
| OnClientExpanded |
Gets or sets a value indicating the client-side event handler that is called when
the KaxPane is expanded.
| |
| OnClientExpanding |
Gets or sets a value indicating the client-side event handler that is called before
the KaxPane is expanded.
| |
| OnClientResized |
Gets or sets a value indicating the client-side event handler that is called when the KaxPane is resized.
| |
| OnClientResizing |
Gets or sets a value indicating the client-side event handler that is called before
the KaxPane is resized.
| |
| PersistScrollPosition |
Sets/gets whether the scrolls position will be persisted acrosss postbacks
| |
| Scrolling |
Sets/gets whether the content of the pane will get a scrollbars when it exceeds the pane area size
|