1 write to ColumnGridLengthType
Microsoft.Maui (1)
Layouts\GridLayoutManager.cs (1)
1161 ColumnGridLengthType = columnGridLengthType;
3 references to ColumnGridLengthType
Microsoft.Maui (3)
Layouts\GridLayoutManager.cs (3)
1044 if (cell.ColumnGridLengthType == GridLengthType.Absolute) 1165 public bool IsColumnSpanAuto => HasFlag(ColumnGridLengthType, GridLengthType.Auto); 1167 public bool IsColumnSpanStar => HasFlag(ColumnGridLengthType, GridLengthType.Star);