|
|
|
|
VisibleItems Property, SftTree Class |
Returns the total number of visible items in the control, on all levels.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property VisibleItems As Integer |
C# |
public int VisibleItems { get; } |
C++ |
public: property int VisibleItems { |
Property Value
The number of visible items.
Comments
The VisibleItems property returns the total number of visible items in the control, on all levels.
Items are considered visible if their parent items are expanded. They are not necessarily displayed in the control's client area.