VLViewPort Reference

Read/Write Property AutoScroll

See AlsoSee Also Applies To Applies To

Returns or sets the value that controls automatic scrolling of viewport when the focus switches among its contained controls.

 

Syntax

object.AutoScroll [= boolean]

 

The AutoScroll property syntax has these parts:

Part Description
Object An object expression that evaluates to VLVPort
Boolean A Boolean expression that specifies if the control should automatically scroll to bring the current active control in view when the focus switches between its contained controls.

Setting

The settings for boolean are:

Setting Description
True (Default) Enables automatic scrolling of viewport to bring active control in view as the focus switches between the contained controls
False Disables automatic scrolling of the viewport.