Back to Devexpress

TdxCustomTreeView.TopItem Property

vcl-dxtreeview-dot-tdxcustomtreeview-1c2a3fe7.md

latest804 B
Original Source

TdxCustomTreeView.TopItem Property

Specifies the topmost visible tree node.

Declaration

delphi
property TopItem: TdxTreeViewNode read; write;

Property Value

TypeDescription
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

TdxCustomTreeView Class

TdxCustomTreeView Members

dxTreeView Unit