TreeView::VisibleCount Property
.NET Framework (current version)
Gets the number of tree nodes that can be fully visible in the tree view control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The VisibleCount value can be greater than the number of tree nodes in the tree view. The value is calculated by dividing the height of the client window by the height of a tree node item. The result is the total number of TreeNode objects that the TreeView can display within its current dimensions.
.NET Framework
Available since 1.1
Available since 1.1
Show: