FlexLayout RowReverse doesn't work Properly #7756
Labels
area-layout
StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter
fixed-in-8.0.0-preview.5.8529
Look for this fix in 8.0.0-preview.5.8529!
layout-flex
FlexLayout issues
platform/android 🤖
t/bug
Something isn't working
Milestone
Description
Actually this bug still persists on Xamarin.Forms and its not a surprise that .Net Maui has the same bug. i already submitted this issue on Xamarin at #15085 without a luck!
So when you change the direction from Row to RowReverse the layout messes up, maybe it has something to do with ScrollView or I'm just doing something wrong?
Steps to Reproduce
I have attached the sample, please just run it to see the problem, so open MainPage.xaml I have set the Direction of FlexLayout to RowReverse and you can see the frames overlapping each other (I think it has the exact same effect for ColumnReverse, please check that too)
FlexLayoutBug.zip
and here are some screenshots:
With Direction set to Row:
With Direction set to RowReverse:
Version with bug
6.0 Release Candidate 3
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 10.0
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: