TBaseVirtualTree.OffsetXY Property

Virtual Tree View

Read or set the tree's current horizontal and vertical scroll offsets.

Pascal
property OffsetX: Integer;
property OffsetXY: TPoint;
property OffsetY: Integer;
Description

Virtual Treeview allows to retrieve or set the internal scroll offset directly, without sending WM_HSCROLL/WM_VSCROLL message around. This allows also to link two or more trees together. This scroll offset is given in pixels and is always less or equal 0.

Class
Links
What do you think about this topic? Send feedback!