HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

Width Property, RowHeadersClass Class

Defines the width of the row header area.

Class: RowHeadersClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

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

Value

The width in pixels or 0 to hide the row header area.

The default value is 50.

Comments

Defines the width of the row header area.

The RowHeadersClass.GetOptimalWidth or RowHeadersClass.MakeOptimal methods can be used to calculate or define the optimal width for the row headers. An optimal width allows all cell contents in the row headers to be displayed in their entirety, without being clipped.

See Also RowHeadersClass Class | Classes | SftTree/NET 3.0