The following tables list the members exposed by WebSplitter.
Name | Description | |
---|---|---|
![]() | WebSplitter Constructor |
Name | Description | |
---|---|---|
![]() | dynamicResize | Gets sets ability to dynamically resize content while splitter bar is moved by mouse.True: resize is enabled |
![]() | orientation | Gets orientation of splitter bars.Value of 0 represents vertical orientation, and value of 1 - horizontal. |
![]() | panes | Gets reference to collection of splitter panes. Returns array.Array of splitter panes |
![]() | resizeWithBrowser | Gets ability to automatically resize WebSplitter when browser is resized.True: resize is enabled |
![]() | splitterBarCss | Gets name of css class used for splitter bars.Name of css |
![]() | splitterBarHoverCss | Gets sets name of additional css class applied to splitter bar when mouse is moved of it.Name of css |
![]() | splitterBarPressedCss | Gets sets name of additional css class applied to splitter bar when mouse is pressed on it.Name of css |
![]() | splitterBarShadowCss | Gets sets name of css class applied to splitter bar when it is moved by mouse and DynamicResize is disabled.Name of css |
![]() | splitterBarShadowLimitCss | Gets sets name of css class applied to splitter bar when it was moved by mouse to its limit and DynamicResize is disabled.Name of css |
![]() | splitterBarThicknessCss | Gets name of css class applied to splitter bar containers which define thickness of splitter bars.Name of css |
Name | Description | |
---|---|---|
![]() | dispose | Disposes object and event handlers. |
![]() | find | Finds WebSplitter by its client ID. |
![]() | from | Casts passed in object to the WebSplitter type. |
![]() | getLayoutManager | Gets reference to LayoutManager located at index (LayoutPane which defines bounds of its children). |
![]() | getPaneAt | Gets reference to SplitterPane at particular index. |
![]() | getPaneFromElement | Gets reference to SplitterPane which is related to html element located on splitter bar. |
![]() | getPaneFromEvent | Gets reference to SplitterPane which is related to browser event in splitter bar. |
![]() | initialize | Initializes instance of WebSplitter. |
![]() | layout | Performs layout of panes. If that function is called before first painting, then action may fail. |
![]() | toggle | Toggles collapsed state of SplitterPane. Note: that function has effect only control was at least once painted. |