Specifies whether the component has scroll bars.
Declaration
componentPropObj.ScrollBars
Read-Write Property | String |
componentPropObj | One of the objects listed in the Applies To section |
Applies To
The property applies to the following objects:
Description
Use the ScrollBars
property to specify whether the multi-line component has scroll bars and what scroll bars it has.
Property Value
One of the following string values:
Value | Description |
---|---|
“ssNone ” |
No scroll bars. |
“ssHorizontal ” |
The horizontal scroll bar at the bottom of the component. |
“ssVertical ” |
The vertical scroll bar on the right of the component. |
“ssBoth ” |
Both horizontal and vertical scroll bars. |