2 implementations of GetRow
Microsoft.Maui.Controls (2)
Layout\Grid.cs (1)
167 public int GetRow(IView view)
LegacyLayouts\Grid.cs (1)
399 int IGridLayout.GetRow(IView view)
2 references to GetRow
Microsoft.Maui (2)
Layouts\GridLayoutManager.cs (2)
218 var row = _grid.GetRow(view).Clamp(0, _rows.Length - 1); 256 var firstRow = _grid.GetRow(view).Clamp(0, _rows.Length - 1);