Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

VisibleItems Property, ItemCollectionClass Class

Returns the total number of items in this item collection that are visible, including any immediate and indirect dependents that are visible.

Class: ItemCollectionClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public int VisibleItems { get; }
Public ReadOnly Property VisibleItems As Integer

Value

The total number of visible items.

Comments

Returns the total number of items in this item collection that are visible, including any immediate and indirect dependents that are visible.

Items as considered visible if their parent item through the top-most parent are expanded. These items are not necessarily displayed in the control's client area.

ItemCollectionClass.TotalItems is similar to VisibleItems, but ItemCollectionClass.TotalItems includes hidden items also.

See Also ItemCollectionClass Class | Classes | SftTree/NET 2.0