ScrollView inside a Grid with multiple Rows and Columns not working #7607
Labels
area-controls-scrollview
ScrollView
layout-grid
platform/android 🤖
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Description
If you have a Grid with 2 rows and 3 columns and you put a ScrollView inside of this Grid set the ScrollView to be on
Grid.Row="1"
Grid.ColumnSpan="3"
the ScrollView stop working (you can't swipe to scroll).
Notice that if you remove one of these Grid attached property from the ScrollView it will start working again.
I've just tested it on Android but please. Make sure you fix it on other platforms too (iOS and Windows)
Steps to Reproduce
Download this sample:
https://github.com/ederbond/ScrollView_With_Grid_ColumnSpan_Bug
Run the app on a Pixel 5 Android emulator and try to scroll down using a swipe gesture.
It won't work
Version with bug
6.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 11 and iOS, Windows, Tizen, MacOS ...
Did you find any workaround?
No
Relevant log output
No response
The text was updated successfully, but these errors were encountered: