Replies: 1 comment 3 replies
-
Can you check if Aspect="Center" works as discussed here: #13101 . This issue is regarding padding and imagebutton, but looks similar to yours. |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
MAUI Version 8.0.40
Before I raise this as an Issue I just thought I'd check as it seems to obvious an issue to not be well known.
Previously in Xamarin Forms we used
to display local images in a Grid or StackLayout and they, by default were Centered. Now it seems like Image Aspect is always Fill or similar and Images cannot not be made to be Centered. As an example
With just the markup of
<Image Margin="0,15" Source="{Binding Image}" />
in a StackLayout (Vertical)It looked like this.
Now it looks like this
Beta Was this translation helpful? Give feedback.
All reactions