Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

RealHeight Property, CellClass Class

Returns the physical height of the cell (not considering vertical/horizontal cell merging).

Class: CellClass
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 cell in pixels.

Comments

Returns the physical height of the cell (not considering vertical/horizontal cell merging).

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

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

See Also CellClass Class | Classes | SftTree/NET 2.0