VLViewPort Reference

Read/Write Property VScrollValue

See AlsoSee Also Applies To Applies To

Returns or sets the thumb position of the vertical scrollbar of the control control. This property is available only at runtime.

 

Syntax

object.VScrollValue[=long]

 

The VScrollValue property syntax has these parts:

Part Description
Object An object expression that evaluates to VLVPort
Long A Long expression that specifies the thumb position of the vertical scrollbar.

Remark

The legal values for the vertical scrollbar thumb position are from 0 to VirtualHeight - VLViewPort.Height (with appropriate adjustment for the current scalemode).