HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

MergeStyle Property, SoftelvdmUserControl Class

Defines the cell merging style used by cells.

Class: SoftelvdmUserControl
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

public MergeStyleEnum MergeStyle { get; set; }
Public Property MergeStyle As MergeStyleEnum

Value

The merge style.

The default value is MergeStyleEnum.EmptyCells.

Comments

Defines the cell merging style used by cells.

The control's MergeStyle property determines whether empty cells or cells with the same cell text are candidates for cell merging, for vertical cell merging. Horizontal cell merging is always based on empty cells only.

See Also SoftelvdmUserControl Class | Classes | SftTree/NET 3.0