VLViewPort Reference

Read/Write Property TrackThumb

See AlsoSee Also Applies To Applies To

Returns or sets the value that controls scrolling of viewport when the scrollbar thumb is dragged.

 

Syntax

object.TrackThumb [= boolean]

 

The TrackThumb property syntax has these parts:

Part Description
Object An object expression that evaluates to VLVPort
Boolean A Boolean expression that specifies if the viewport should be scrolled when user drags the scrollbar thumb.

Setting

The settings for boolean are:

Setting Description
True (Default) Enables scrolling of viewport as the user drags the scrollbar thumb
False Dsiable scrolling of viewport as the user drags the scrollbar thumb. The viewport will be scrolled when user stops dragging the thumb and releases the left mouse button.