MultiPageScrollBars Enumeration |
Specifies the visibility and position of scrollbars in a
KaxMultiPage control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum MultiPageScrollBars
Public Enumeration MultiPageScrollBars
public enum class MultiPageScrollBars
Members
| Member name | Value | Description |
---|
| None | 0 |
No scroll bars are displayed. Overflowing content will be visible.
|
| Horizontal | 1 |
Displays only a horizontal scroll bar. The scroll bar is always visible.
|
| Vertical | 2 |
Displays only a vertical scroll bar. The scroll bar is always visible.
|
| Both | 3 |
Displays both a horizontal and a vertical scroll bar. The scroll bars are always visible.
|
| Auto | 4 |
Displays, horizontal, vertical, or both scroll bars as necessary (the content overflows the KaxMultiPage boundaries).
Otherwise, no scroll bars are shown.
|
| Hidden | 5 |
No scroll bars are displayed. Overflowing content is clippet at KaxMultiPage boundaries.
|
See Also