Open davefxy opened 2 years ago
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.
I'm having this issue with all labels in Android with HorizontalOptions="Center"... not limited to those within a ScrollView or a StackLayout
Verified this on Visual Studio Enterprise 17.7.0 Preview 1.0. Repro on Android 13.0-API33 with provided MauiLabelIssue.zip project.
Description
[Android] When using StackLayout with HorizontalOptions="Center" within Scrollview causes labels/buttons to be truncated. I was using net 7. Included app to display the issue. The app displays 3 instances of the same stacklayout within Grid, Scollview and changing HorizontalOption="Start". Project reproducing problem: MauiLabelIssue.zip
Steps to Reproduce
Run the attached project
Link to public reproduction project repository
https://github.com/dotnet/maui/files/9739801/MauiLabelIssue.zip
Version with bug
Unknown/Other (please specify)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 12.1-Api 32
Did you find any workaround?
Dont use HorizontalOptions="Center"
Relevant log output
No response