VLViewPort Reference

Read/Write Property Scrollbars

See AlsoSee Also Applies To Applies To

Returns or sets the scrollbar visibility setting.

 

Syntax

object.Scrollbars[=value]

 

The Scrollbars property syntax has these parts:

Part Description
Object An object expression that evaluates to VLVPort
Value An integer specifying the scrollbars to be displayed, as described in Settings.

 

Settings

The settings for value are:

Constant Setting Description
Auto 0 Automatically shows/hide scrollbars based on current virtual and actual size.
Both 1 Always displays both the scrollbars.
Horizontal 2 Displays only horizontal scrollbar.
Vertical 3 Displays only horizontal scrollbar.