Fired when the user scrolls horizontally.
Parameters
Parameter | Description |
---|---|
Position | The 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)