Xamarin.Forms のドキュメント
GridAllowMerging 列挙体
C1.Xamarin.Forms.Grid アセンブリ > C1.Xamarin.Forms.Grid 名前空間 : GridAllowMerging 列挙体
セルのマージをサポートするグリッドの領域を定義する定数を指定します。
シンタックス
[System.Flags()]
public enum GridAllowMerging : System.Enum 
メンバ
メンバ解説
Allすべての領域をマージします。
AllHeaders列ヘッダーおよび行ヘッダーをマージします。
Cellsスクロール可能なセルをマージします。
ColumnHeaders列ヘッダーをマージします。
Noneマージできません。
RowHeaders行ヘッダーをマージします。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Xamarin.Forms.Grid.GridAllowMerging

参照

C1.Xamarin.Forms.Grid 名前空間