Click or drag to resize
SplitterResizeMode Enumeration
Specifies resize mode options for the KaxSplitter object

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum SplitterResizeMode
Members
  Member nameValueDescription
AdjacentPane1 On resize of a pane the adjacent pane is resized also
Proportional2 On resize of a pane the other panes are resize proportionaly
EndPane3 On resize of a pane the end pane in the splitter is resized also
See Also