Retrieves the number of nodes that can be fully visible in the tree view control.
public int getVisibleCount()
Returns the number of nodes that can be fully visible in the tree view control.
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.