1 write to RowGridLengthType
Microsoft.Maui (1)
Layouts\GridLayoutManager.cs (1)
1162 RowGridLengthType = rowGridLengthType;
3 references to RowGridLengthType
Microsoft.Maui (3)
Layouts\GridLayoutManager.cs (3)
1058 if (cell.RowGridLengthType == GridLengthType.Absolute) 1166 public bool IsRowSpanAuto => HasFlag(RowGridLengthType, GridLengthType.Auto); 1168 public bool IsRowSpanStar => HasFlag(RowGridLengthType, GridLengthType.Star);