Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll 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.