SplitterPaneScrolling Enumeration |
Specifies the scrolling options for the KaxPane object
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum SplitterPaneScrolling
Public Enumeration SplitterPaneScrolling
public enum class SplitterPaneScrolling
type SplitterPaneScrolling
Members
| Member name | Value | Description |
---|
| Both | 1 |
Both X and Y scrolls are displayed
|
| X | 2 |
Only the scroll on X dimension is displayed
|
| Y | 3 |
Only the scroll on Y dimension is displayed
|
| None | 4 |
No scrolls are displayed
|
See Also