HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

MaxLines Property, FootersClass Class

Defines the maximum number of text lines to be displayed by column footers.

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

Syntax

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

Value

The maximum number of text lines to be displayed by column footers or 0 if there is no limit.

The default value is 1.

Comments

Defines the maximum number of text lines to be displayed by column footers.

The TextPartClass class honors this property and never displays more than the defined number of text lines for column footers.

When designing additional parts (derived from GenericPartClass or from TextPartClass), make sure to honor this property.

See Also FootersClass Class | Classes | SftTree/NET 3.0