ControlScrollBarType Enum
ControlScrollBarType Enum
Represents the type of scroll bar.
type ControlScrollBarType int32
Fields
Field | Description |
---|---|
None | Displays no scroll bars. |
Horizontal | Displays a horizontal scroll bar. |
BarsVertical | Displays a vertical scroll bar. |
BarsBoth | Displays both a horizontal and a vertical scroll bar. |