Gets or sets a value that controls how the grid scrolls when the scroll thumb is moved.
[Visual Basic]
Public Property ScrollTrack As Boolean
[C#]
public bool ScrollTrack {get;set;}
[Delphi]
public property ScrollTrack: Boolean read get_ScrollTrack write set_ScrollTrack;
Remarks
If True, moving the scrollbar thumb causes the grid's display to update with new data.
If False (the default), moving the scrollbar thumb does not change the display.
If the ScrollTrack property is True, moving the scrollbar thumb causes the grid to scroll.
See Also
C1TrueDBDropdown Class | C1TrueDBDropdown Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |