2 implementations of GetRowSpan
Microsoft.Maui.Controls (2)
Layout\Grid.cs (1)
176 public int GetRowSpan(IView view)
LegacyLayouts\Grid.cs (1)
419 int IGridLayout.GetRowSpan(IView view)
2 references to GetRowSpan
Microsoft.Maui (2)
Layouts\GridLayoutManager.cs (2)
219 var rowSpan = _grid.GetRowSpan(view).Clamp(1, _rows.Length - row); 257 var rowSpan = _grid.GetRowSpan(view).Clamp(1, _rows.Length - firstRow);