Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

Height Property, FootersClass Class

Returns the height of the footer area.

Class: FootersClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

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

Value

The height in pixels.

Comments

Returns the height of the footer area.

The height of the footer area is determined automatically, based on the number of rows, cell contents, etc. and cannot be changed by an application.

See Also FootersClass Class | Classes | SftTree/NET 2.0