3 references to AdjustForFill
Microsoft.Maui (3)
Layouts\GridLayoutManager.cs (1)
51
return actual.
AdjustForFill
(bounds, Grid);
Layouts\HorizontalStackLayoutManager.cs (1)
78
return actual.
AdjustForFill
(bounds, Stack);
Layouts\VerticalStackLayoutManager.cs (1)
70
return actual.
AdjustForFill
(bounds, Stack);