Returns or sets a value that determines whether the ModHFGrid 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 in the Applies To list. |
Boolean | A Boolean expression that specifies whether the ModHFGrid should scroll its contents when the user moves the scroll box along the scroll bar. |
Settings
The settings for Boolean are:
Part | Description |
True | The ModHFGrid scrolls its contents while the user moves the scroll box along the scroll bar. |
False | The ModHFGrid content only changes once the scroll box is released. This is the default. |
Remarks
Set this property to False to avoid excessive scrolling and flickering. Only set it to True to emulate other controls that have this behavior or to view rows and columns as they are being scrolled.