Open byrcb opened 6 years ago
Yep, can't get to the bottom...
In some case I've seen that part of my design is cut (FlexLayout is inside a scrollabe view, not the other way around) but much more often, my real problem is that the scrollable view can scroll too far with lots of empty space at the end: https://forums.xamarin.com/discussion/184860/problem-with-a-scrollview-having-a-flexlayout-inside-absolutelayout#latest
Is this still not resolved?? It's 2021
I have the same issue. Hopefully this will be fixed in MAUI if not in XF. However, it looks like a workaround might be to put the Scrollview within a StackLayout (with an expanding VerticalOptions) within a FlexLayout. I am having issues with it displaying properly but I think that is due to the webview rendering before the size is set.
Description
ListView and Scrollable views can`t scroll to bottom when they are inside the flexlayout
Steps to Reproduce
Just only put ListView, scrollable view etc. into FlexLayout
Expected Behavior
When I scroll down to the end of the list all items should be visible. It is not possible to see all elements , some of them are cut.
Actual Behavior
I can scroll down to the end of the list and all items are visible.
Basic Information
Module1.zip