TreeView.VisibleCount Property | |
A numeric value representing the number of tree view items that are fully visible in the tree view.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY VisibleCount AS USUAL GET
public virtual Usual VisibleCount { get; }
Request Example
View SourceProperty Value
Type:
UsualA numeric value representing the number of tree view items that are fully visible in the tree view.
See Also