Click or drag to resize
KaxSplitter Properties

The KaxSplitter type exposes the following members.

Properties
  Name Description
Public property BorderSize
Set/Get size of the splitter border
Public property FullScreenMode Obsolete.
Resize the splitter in 100% of the page
Public property Height
Sets/gets the height of the splitter
(Overrides KaxWebControl.Height.)
Public property HeightOffset
Sets/gets the pixels that should be substracted from the splitter height when its height is defined in percent
Public property LiveResize
Sets/gets whether the rendering of the splitter panes is previewed during the resize
Public property OnClientBeforeResize Obsolete.
Public property Code example OnClientLoad
Gets or sets a value indicating the client-side event handler that is called when the KaxSplitter control is initialized.
Public property OnClientLoaded Obsolete.
Public property Code example OnClientResized
Gets or sets a value indicating the client-side event handler that is called when the KaxSplitter is resized.
Public property Code example OnClientResizing
Gets or sets a value indicating the client-side event handler that is called before the KaxSplitter is resized.
Public property Orientation
Specify the orientation of the panes inside the splitter
Public property PanesBorderSize
Set/Get size of the splitter panes border
Public property ResizeMode
Set/Get the way the panes are resized
Public property ResizeWithBrowserWindow
Sets/gets whether the splitter will be resized when the browser window is resized. The Width or Height properties should be defined in percent.
Public property ResizeWithParentPane
Sets/gets whether the splitter will resize when the parent pane is resized
Public property SplitBarsSize
Set/Get size of the split bars - in pixels
Public property VisibleDuringInit
Whether the Splitter should be visible during its initialization or not
Public property Width
Sets/gets the width of the splitter
(Overrides KaxWebControl.Width.)
Top
See Also