-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ScrollView inside a dynamic Grid row won't completely scroll (iOS) #15288
Comments
Yes I'm seeing this as well. I've seen a similar issue with CollectionViews inside a Grid as well but it doesn't seem to be consistent. |
@ritesh-burn here's my current workaround. It will only work if you have one dynamically sized row, not multiple. Seems to be such a basic thing to be broken.
|
Maybe this is about the same issue: |
Thanks @LukeFranky I will try it out. I also noticed that just setting the height to something arbitrary like |
Same problem with both scroll views and collection views on iOS for me as well. Latest MAUI update (non preview) has completely borked almost everything that uses a grid and dynamic height/width values. |
I looked at the code changes that broke this and it looks like it will go back to previous behavior if the Grid's height is fixed. So if you have a grid that covers the full height of the screen, you can do something like this as a work around and it will work like before:
YMMV. |
Description
If a ScrollView is positioned inside of a Grid row with a dynamic height (RowDefinition Height="*"), it cannot be scrolled completely to the bottom.
This was not a problem in previous versions. Yet to find a workaround.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/LukeFranky/ScrollView-in-Grid-MAUI-Bug
Version with bug
7.0.86
Last version that worked well
7.0.81
Affected platforms
iOS
Affected platform versions
14.6
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: