Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

RealHeight Property, RowHeaderClass Class

Returns the physical height of the row header (not considering vertical cell merging).

Class: RowHeaderClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public virtual int RealHeight { get; }
Public ReadOnly Overridable Property RealHeight As Integer

Value

The physical height of the row header in pixels.

Comments

Returns the physical height of the row header (not considering vertical cell merging).

The RealHeight property returns the height of the item containing this cell (ItemClass.RealHeight).

The CellBaseClass.Dimensions property returns the actual size of the cell, including any merged, subordinate cells.

See Also RowHeaderClass Class | Classes | SftTree/NET 2.0