Click or drag to resize
KaxSplitter Class
kettic KaxSplitter is a flexible UI component for ASP.NET applications which allows users to manage effectively the content size and layout.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsSplitterItemsContainer
          Kettic.AspNet.ControlsKaxSplitter

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxSplitter : SplitterItemsContainer

The KaxSplitter type exposes the following members.

Constructors
  NameDescription
Public methodKaxSplitter
Top
Methods
Properties
  NameDescription
Public propertyBorderSize
Set/Get size of the splitter border
Public propertyFullScreenMode Obsolete.
Resize the splitter in 100% of the page
Public propertyHeight
Sets/gets the height of the splitter
(Overrides KaxWebControl.Height.)
Public propertyHeightOffset
Sets/gets the pixels that should be substracted from the splitter height when its height is defined in percent
Public propertyLiveResize
Sets/gets whether the rendering of the splitter panes is previewed during the resize
Public propertyOnClientBeforeResize Obsolete.
Public propertyCode exampleOnClientLoad
Gets or sets a value indicating the client-side event handler that is called when the KaxSplitter control is initialized.
Public propertyOnClientLoaded Obsolete.
Public propertyCode exampleOnClientResized
Gets or sets a value indicating the client-side event handler that is called when the KaxSplitter is resized.
Public propertyCode exampleOnClientResizing
Gets or sets a value indicating the client-side event handler that is called before the KaxSplitter is resized.
Public propertyOrientation
Specify the orientation of the panes inside the splitter
Public propertyPanesBorderSize
Set/Get size of the splitter panes border
Public propertyResizeMode
Set/Get the way the panes are resized
Public propertyResizeWithBrowserWindow
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 propertyResizeWithParentPane
Sets/gets whether the splitter will resize when the parent pane is resized
Public propertySplitBarsSize
Set/Get size of the split bars - in pixels
Public propertyVisibleDuringInit
Whether the Splitter should be visible during its initialization or not
Public propertyWidth
Sets/gets the width of the splitter
(Overrides KaxWebControl.Width.)
Top
See Also