HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

MergeStyleEnum Enumeration

Defines the merge style used by cells.

Class: (none)
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

public enum MergeStyleEnum;
Public Enum MergeStyleEnum

Values

NameDescription
EmptyCellsAdjacent empty cells are used for cell merging.
SameTextAdjacent cells with identical Text property are used for cell merging.

Comments

Defines the merge style used by cells.

The SoftelvdmUserControl.MergeStyle property uses this enumeration.

See Also | Classes | SftTree/NET 3.0