Skip to main content

TcxCustomTreeList.TopVisibleNode Property

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

Declaration

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