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

TcxCustomTreeList.TopVisibleNode Property

Specifies the top node visible in the tree list’s View.

#Declaration

Delphi
property TopVisibleNode: TcxTreeListNode read; write;

#Property Value

Type
TcxTreeListNode

#Remarks

Assigning a node to this property scrolls the tree list’s content to make this node visible at the tree list’s top edge. Use the TopNode property to access the first node in the tree list.

See Also