[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridAllowMerging

GridAllowMerging Enum

Specifies constants that define which areas of the grid support cell merging.

Namespace: C1.Xamarin.Forms.Grid
Assembly: C1.Xamarin.Forms.Grid.dll
Syntax
[Flags]
public enum GridAllowMerging

Fields

Name Description
All

Merge all areas.

AllHeaders

Merge column and row headers.

Cells

Merge scrollable cells.

ColumnHeaders

Merge column headers.

None

No merging.

RowHeaders

Merge row headers.