ScrollTrack

Returns or sets a value that determines whether Grid should scroll its contents while the user moves the scroll box along the scroll bars.

Syntax

object.ScrollTrack [= boolean ]

The ScrollTrack property syntax has these parts:

Part Description
object An object expression that evaluates to an object.
boolean This property is False by default.

Remarks

This property should normally 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 being scrolled.