ScrollView sizing issue in Grids in iOS #16456
Labels
area-layout
StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter
platform/iOS 🍎
s/triaged
Issue has been reviewed
s/try-latest-version
Please try to reproduce the potential issue on the latest public version
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Description
On iOS, when a ScrollView is sandwiched between two StackLayouts in a three row Grid, the ScrollView can not be scrolled all the way down and the StackLayout in third row is missing.
Steps to Reproduce
Result: On iOS, the ScrollView does not scroll all the way to the bottom (there are three entries on this page and you can only scroll part way down to the second entry) and the StackLayout in row 2 is not visible.
Expected Result: You are able to scroll to the bottom of the ScrollView and the StackLayout in row 2 is visible and fixed to the bottom of the page. This is the behavior in Android.
Link to public reproduction project repository
https://github.com/bluetreee/ScrollViewSample
Version with bug
7.0.86
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 16.4
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: