ControlScrollBarType
ControlScrollBarType enumeration
Utility class containing constants. Represents the type of scroll bar.
Values
| Name | Description |
|---|---|
| NONE | Displays no scroll bars. |
| HORIZONTAL | Displays a horizontal scroll bar. |
| BARS_VERTICAL | Displays a vertical scroll bar. |
| BARS_BOTH | Displays both a horizontal and a vertical scroll bar. |