Returns or sets a value that specifies if scrollbars are displayed.
Syntax
object.Scroll [= boolean]
The Scroll property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
boolean | A Boolean expression specifying if the object has scrollbars, as described in Settings. |
Settings
The settings for boolean are:
Constant | Description |
False | (Default) The object doesn't have scrollbars. |
True | The object has scrollbars. |