Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

MergeWithLowerDefault Property, RowHeadersClass Class

Defines the CellBaseClass.MergeWithLower property default for row headers, whether cells in row headers merge with cells below.

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

Syntax

public bool MergeWithLowerDefault { get; set; }
Public Property MergeWithLowerDefault As Boolean

Value

True if cells in row headers merge with cells below, otherwise False.

The default value is False.

Comments

Defines the CellBaseClass.MergeWithLower property default for row headers, whether cells in row headers merge with cells below.

The default settings for cell merging can be defined using these properties: ColumnClass.MergeWithLowerDefault is used for cells in the item area, RowHeadersClass.MergeWithLowerDefault for row headers, HeadersClass.MergeWithLowerDefault for cells in column headers and FootersClass.MergeWithLowerDefault for cells in column footers.

See Also RowHeadersClass Class | Classes | SftTree/NET 2.0