Fired when the user scrolls horizontally.

Parameters

ParameterDescription
PositionThe new scrollbar position

Remarks

The OnHScroll event is fired when the user moves the horizontal scroll bar. The new scrollbar position is provided via the Position parameter.

Example

Transfer Param1 to Position 

// Synchronize with another control 
Set_Property(@Window:".OLE_PICTURE2", "OLE.ScrollPos", Position)

See Also

OnVScrollOnZoom

  • No labels