TdxCustomTreeView.TopItem Property
Specifies the topmost visible tree node.
Declaration
property TopItem: TdxTreeViewNode read; write;
Property Value
Type | Description |
---|---|
TdxTreeViewNode | A tree node. |
Remarks
If all tree nodes do not fit in the Tree View control, it displays a vertical scrollbar. You can assign a tree node to the TopItem property to scroll the tree to position the node at the control’s top border.
Note
The TopItem property has no effect when all nodes fit in the control’s client area vertically.
See Also