4 references to TrackSpan
Microsoft.Maui (4)
Layouts\GridLayoutManager.cs (4)
416 TrackSpan(new Span(cell.Column, cell.ColumnSpan, true, measure.Width)); 428 TrackSpan(new Span(cell.Row, cell.RowSpan, false, measure.Height)); 479 TrackSpan(new Span(cell.Column, cell.ColumnSpan, true, measure.Width)); 491 TrackSpan(new Span(cell.Row, cell.RowSpan, false, measure.Height));