4 references to IsRowSpanStar
Microsoft.Maui (4)
Layouts\GridLayoutManager.cs (4)
489 if (cell.IsRowSpanStar && cell.RowSpan > 1) 688 static bool cellCheck(Cell cell) => cell.IsRowSpanStar; 717 if (!cell.IsRowSpanStar) 1083 if (cell.IsRowSpanStar)