1 write to Row
Microsoft.Maui (1)
Layouts\GridLayoutManager.cs (1)
1157 Row = row;
10 references to Row
Microsoft.Maui (10)
Layouts\GridLayoutManager.cs (10)
424 _rows[cell.Row].Update(measure.Height); 428 TrackSpan(new Span(cell.Row, cell.RowSpan, false, measure.Height)); 452 for (int n = cell.Row; n < cell.Row + cell.RowSpan; n++) 491 TrackSpan(new Span(cell.Row, cell.RowSpan, false, measure.Height)); 497 _rows[cell.Row].Update(measure.Height); 723 var start = cell.Row; 1029 for (int row = cell.Row; row < cell.Row + cell.RowSpan; row++) 1033 if (row > cell.Row)