Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hook up horizontal scroll events on Android #8021

Merged
merged 1 commit into from Jun 20, 2022
Merged

Hook up horizontal scroll events on Android #8021

merged 1 commit into from Jun 20, 2022

Conversation

hartez
Copy link
Contributor

@hartez hartez commented Jun 14, 2022

Description of Change

Events from the nested horizontal scroll view were aren't propagated to the top-level ScrollView; these changes push those changes up so the handler and virtual view can respond to them.

Issues Fixed

Fixes #5090

@Eilon Eilon added the area/layout 🔲 StackLayout, GridLayout, ScrollView, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter label Jun 14, 2022
@hartez hartez changed the base branch from main to net6.0 June 14, 2022 18:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/layout 🔲 StackLayout, GridLayout, ScrollView, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter platform/android 🤖
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The scrolled event does not fire when ScrollView Orientation is Horizontal
4 participants