Click or drag to resize
SplitterPaneBase Properties

The SplitterPaneBase type exposes the following members.

Properties
  Name Description
Public property MaxHeight
Sets/gets the max height to which the pane can be resized
Public property MaxWidth
Sets/gets the max width to which the pane can be resized
Public property MinHeight
Sets/gets the min height to which the pane can be resized
Public property MinWidth
Sets/gets the min width to which the pane can be resized
Public property OnClientBeforeCollapse Obsolete.
Public property OnClientBeforeExpand Obsolete.
Public property OnClientBeforeResize Obsolete.
Public property Code example OnClientCollapsed
Gets or sets a value indicating the client-side event handler that is called when the KaxPane is collapsed.
Public property Code example OnClientCollapsing
Gets or sets a value indicating the client-side event handler that is called before the KaxPane is collapsed.
Public property Code example OnClientExpanded
Gets or sets a value indicating the client-side event handler that is called when the KaxPane is expanded.
Public property Code example OnClientExpanding
Gets or sets a value indicating the client-side event handler that is called before the KaxPane is expanded.
Public property Code example OnClientResized
Gets or sets a value indicating the client-side event handler that is called when the KaxPane is resized.
Public property Code example OnClientResizing
Gets or sets a value indicating the client-side event handler that is called before the KaxPane is resized.
Public property PersistScrollPosition
Sets/gets whether the scrolls position will be persisted acrosss postbacks
Public property Scrolling
Sets/gets whether the content of the pane will get a scrollbars when it exceeds the pane area size
Top
See Also