Overview | Methods | This Package | All Packages
Retrieves the number of nodes that can be fully visible in the tree view control.
Syntax
public int getVisibleCount()
Return Value
Returns the number of nodes that can be fully visible in the tree view control.
Remarks
The number of nodes that can be fully visible in the control can be greater than the number of nodes in the control. The control calculates this value by dividing the height of the client window by the height of an item.