Skip to main content

TcxCustomTreeList.LastVisibleNode Property

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

Declaration

property LastVisibleNode: 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 bottom edge. Use the LastNode property to access the last visible node without scrolling the content.

See Also