AndExpand option alternative in MAUI Controls #21696
IXChinmayD
started this conversation in
Upgrading from Xamarin
Replies: 1 comment 1 reply
-
Fill should do the job. Or you can use Grid with "*" in some cases where the grid takes the entire screen dimensions and fills the space as configured |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In Xamarin forms, AndExpand was making the Widget like entry, image, etc to acquire available width/height for itself. But, according to this article https://learn.microsoft.com/en-us/dotnet/maui/migration/layouts?view=net-maui-8.0, the AndExpand is absolute for MAUI controls.
What is the new alternative solution?
Beta Was this translation helpful? Give feedback.
All reactions