HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

Rows Property, HeadersClass Class

Defines the number of rows in the header area.

Class: HeadersClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public int Rows { get; set; }
Public Property Rows As Integer

Value

The number of rows.

The default value is 1.

Comments

Defines the number of rows in the header area.

Each row in the column header area is represented by an item (of type ItemClass) which contains cells.

See Also HeadersClass Class | Classes | SftTree/NET 3.0