Help Center

ScrollTrackproperty

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

Windowspropertydoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Syntax

PROPERTY ScrollTrack () AS BOOLEAN
PROPERTY ScrollTrack (BYVAL bTrack AS BOOLEAN)

Parameters

NameDescription
bTrackTrue (Default): The grid content scrolls instantaneously as the user drags the scroll box. This provides immediate visual feedback.
False: The grid content only updates/redraws after the user releases the mouse button. While dragging, the contents remain static even though the scroll box moves.

Description

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

Reference