|
TBaseVirtualTree.DoScroll Method
Overridable method which triggers the OnScroll event.
Pascal
procedure DoScroll(DeltaX: Integer; DeltaY: Integer); virtual;
Description
This method is the ideal place if you want to synchronize other controls with the tree. The event is triggered whenever the tree is scrolled (by the user or programmatically). DeltaX and DeltaY contain the relative values the position changed about.
Class
Links
What do you think about this topic? Send feedback!
|