TreeView.getTopNode

Overview | Methods | This Package | All Packages

TreeView.getTopNode

Retrieves first visible node in a tree view control.

Syntax

public TreeNode getTopNode()

Return Value

Returns a TreeNode object that represents the first visible node in a tree view control.

Remarks

Initially, the node with the index zero (0) is at the top of the tree view control; if the tree view control contents have been scrolled, a different node can be at the top.