HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

VisibleIndex Property, ItemClass Class

Returns the index of the item.

Class: ItemClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

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

Value

The index of the item or -1 if this item is not visible.

Comments

Returns the index of the item.

This is normally only used internally by the control. A visible item count is used with scrolling operations. Scroll bar ranges are based on visible items only.

See Also ItemClass Class | Classes | SftTree/NET 3.0