Star columns not computed correctly when ScrollView spans across all of them #15105
Labels
area-layout
StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter
platform/android 🤖
t/bug
Something isn't working
Description
When I create a
Grid
with multiple star columns and put aScrollView
inside of it which spans across all of those columns, the columns don't have the appropriate width no matter the desired ratio.Produces the following
Whereas leaving out one column (reducing the
ColumnSpan
to2
) displays a layout I would expectSteps to Reproduce
See the description/repo
Link to public reproduction project repository
https://github.com/pikausp/GridStarColumnRepro
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 13
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: