Version 23.1 (latest)

WebSplitter class Properties

For a list of all members of this type, see WebSplitter members.

Public Properties
 NameDescription
Public PropertydynamicResizeGets sets ability to dynamically resize content while splitter bar is moved by mouse.True: resize is enabled  
Public PropertyorientationGets orientation of splitter bars.Value of 0 represents vertical orientation, and value of 1 - horizontal.  
Public PropertypanesGets reference to collection of splitter panes. Returns array.Array of splitter panes  
Public PropertyresizeWithBrowserGets ability to automatically resize WebSplitter when browser is resized.True: resize is enabled  
Public PropertysplitterBarCssGets name of css class used for splitter bars.Name of css  
Public PropertysplitterBarHoverCssGets sets name of additional css class applied to splitter bar when mouse is moved of it.Name of css  
Public PropertysplitterBarPressedCssGets sets name of additional css class applied to splitter bar when mouse is pressed on it.Name of css  
Public PropertysplitterBarShadowCssGets sets name of css class applied to splitter bar when it is moved by mouse and DynamicResize is disabled.Name of css  
Public PropertysplitterBarShadowLimitCssGets 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  
Public PropertysplitterBarThicknessCssGets name of css class applied to splitter bar containers which define thickness of splitter bars.Name of css  
See Also