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

PipsPager scrolling fix event bubble up #4592

Merged
merged 2 commits into from
Mar 22, 2021

Conversation

beervoley
Copy link
Contributor

Description

PipsPager inner ScrollViewer causes outer ScrollViewers scroll if the inner ScrollViewer cannot fully fulfill the scroll request. It happens when offsets are bigger than what ScrollViewer can actually scroll by.

Motivation and Context

This PR closes #4246. It handles the BringIntoViewRequested event and stops its bubbling up.

How Has This Been Tested?

Manually.

@beervoley beervoley added team-Controls Issue for the Controls team area-PipsPager labels Mar 20, 2021
@ghost ghost added the needs-triage Issue needs to be triaged by the area owners label Mar 20, 2021
@beervoley beervoley requested a review from gabbybilka March 20, 2021 00:15
@beervoley
Copy link
Contributor Author

@gabbybilka FYI

@beervoley
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

dev/PipsPager/PipsPager.cpp Show resolved Hide resolved
dev/PipsPager/PipsPager.cpp Outdated Show resolved Hide resolved
@beervoley beervoley requested a review from RBrid March 22, 2021 00:05
@beervoley
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@beervoley beervoley merged commit 31b3bd6 into master Mar 22, 2021
@beervoley beervoley deleted the user/vsiliush/pipspager-fix-scroll-bubbleup branch March 22, 2021 16:50
@StephenLPeters StephenLPeters removed the needs-triage Issue needs to be triaged by the area owners label Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-PipsPager team-Controls Issue for the Controls team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PipsPager: sometimes internal scrollviewer makes external scrollviewers scroll
3 participants