ScrollTrack

This property returns and sets a value that determines whether a Grid control should scroll its contents while a user moves the scroll box along the scroll bars.

Syntax

object.ScrollTrack [= Boolean]

Parameters

object
Object expression that evaluates to a Grid control.
Boolean
Boolean expression that specifies whether the Grid should scroll its contents when the user moves the scroll box along the scroll bar. This property is False by default.

Remarks

This property typically should be set to False to avoid excessive scrolling and flickering. Set it to True only if you want to emulate other controls that have this behavior or when you want to view rows and columns as they are scrolled.