1 write to Grid
Microsoft.Maui (1)
Layouts\GridLayoutManager.cs (1)
17 Grid = layout;
4 references to Grid
Microsoft.Maui (4)
Layouts\GridLayoutManager.cs (4)
24 _gridStructure = new GridStructure(Grid, widthConstraint, heightConstraint); 34 _gridStructure ??= new GridStructure(Grid, bounds.Width, bounds.Height); 38 foreach (var view in Grid) 51 return actual.AdjustForFill(bounds, Grid);