Visual Basic: MSFlexGrid/MSHFlexGrid Controls

Scroll Event (MSHFlexGrid)

See Also    Example    Applies To

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

Syntax

Private Sub object_Scroll()

The Scroll event syntax has one parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.

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 drag is complete.