Share via


Scroll Event (ModHFGrid)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Occurs when the contents of the ModHFGrid are scrolled. This can be done by using the scroll bars or keyboard or programmatically by changing the TopRow or LeftCol properties.

Syntax

Private Sub object_Scroll()

The Scroll event syntax has one part:

Part Description
object An object expression that evaluates to the ModHFGrid Control object.

Remarks

If the ScrollTrack property is True, this event occurs while the user is dragging or scrolling the mouse. If the ScrollTrack property is False, this event occurs once the user stops dragging the cursor.

See Also

ScrollBars Property (ModHFGrid) | ScrollTrack Property (ModHFGrid) | ModHFGrid Control