VLViewPort Reference

Event HScrollChange

See AlsoSee Also Applies To Applies To

This event is fired when viewport contents are scrolled horizontally. The scrolling can be caused by :

  • User triggered scrolling by clicking on the horizontal scrollbar
  • User pressed Right or Left arrow when the focus is on VLViewPort control 
  • Program caused scrolling by changing value of HScrollValue property

Syntax

Private Sub object_HScrollChange()

 

The HScrollChange event syntax has these parts:

Part Description
object An object expression that evaluates to an object of VLVPort type.