You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.
Description
iOS only.
Given the following xaml:
Expected result is a ContentPage with 2 equally sized Grid rows.
Actual result
On iOS, the grid rows expand to the size of their ScrollView Content.
Steps to Reproduce
Run the app on iOS.
Link to public reproduction project repository
https://github.com/Keflon/MauiGridScrollBug
Version with bug
7.0 (current)
Last version that worked well
6.0.424
Affected platforms
iOS
Affected platform versions
iOS 16.4. Probably others.
Did you find any workaround?
Do not use 'Auto' in RowDefinitions.Do not use '*' in RowDefinitions.
Note: This did work fine. I didn't notice the update that broke it but it was a recent one.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: