Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Scroll Property
See Also Example Applies To
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. |