Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomTreeView.TopItem Property

Specifies the topmost visible tree node.

#Declaration

Delphi
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