TreeView.getVisibleCount

Overview | Methods | This Package | All Packages

TreeView.getVisibleCount

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.