FlexLayout doesn't measure out to full height when placed inside ScrollView #3848
Labels
area-layout
StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter
fixed-in-6.0.300-rc.3
Look for this fix in 6.0.300-rc.3!
p/0
Work that we can't release without
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Description
If you have a FlexLayout inside a ScrollView the FlexLayout will only ever measure to the height of the ScrollView
If you replace the
FlexLayout
with aStackLayout
then you're able to Scroll.Steps to Reproduce
ScrollViewFlex.zip
Version with bug
Preview 11
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android, Windows, macOS
Affected platform versions
All of them
Did you find any workaround?
If you set an explicit height on the FlexLayout then you can scroll the FlexLayout
Relevant log output
No response
The text was updated successfully, but these errors were encountered: