VLViewPort Reference

Read/Write Property HScrollValue

See AlsoSee Also Applies To Applies To

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

 

Syntax

object.HScrollValue[=long]

 

The HScrollValue 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 horizontal scrollbar.

Remark

The legal values for the horizontal scrollbar thumb position are from 0 to VirtualWidth - VLViewPort.Width (with appropriate adjustment for the current scalemode).