Retrieves first visible node in a tree view control.
public TreeNode getTopNode()
Returns a TreeNode object that represents the first visible node in a tree view control.
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.