[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TopItem - the first visible node of the tree
Source position: comctrls.pp line 3331
public property TCustomTreeView.TopItem : TTreeNode |
Use TopItem to get the topmost visible node. It is usually needed when tree view contains many nodes and scroll bar is requred to display them all. If you need the first node of the tree regardless of visibility use Items[0]
|
Items - the collection of TreeNodes that comprise the TreeView |
|
|
GetNodeAtY - returns the node at the specified (absolute) Y coordinate |