SplitterResizeMode Enumeration |
Specifies resize mode options for the KaxSplitter object
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic enum SplitterResizeMode
Public Enumeration SplitterResizeMode
public enum class SplitterResizeMode
Members
| Member name | Value | Description |
---|
| AdjacentPane | 1 |
On resize of a pane the adjacent pane is resized also
|
| Proportional | 2 |
On resize of a pane the other panes are resize proportionaly
|
| EndPane | 3 |
On resize of a pane the end pane in the splitter is resized also
|
See Also