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

Improve Horizontal Scrolling #3170

Closed
Creator512 opened this issue Mar 18, 2020 · 3 comments · Fixed by #3174
Closed

Improve Horizontal Scrolling #3170

Creator512 opened this issue Mar 18, 2020 · 3 comments · Fixed by #3174
Labels
Completed 🔥 feature request 📬 A request for new changes to improve functionality
Milestone

Comments

@Creator512
Copy link

Creator512 commented Mar 18, 2020

Describe the problem this feature would solve

I have a datagrid where it is only necessary to scroll horizontally.
Without a 4 way scrolling mouse it is not possible to scroll horizontally with the mouse wheel.

Describe the solution

One more property to prioritize the scrollbar would solve the problem.
Alternatively a description for an own scrollhandling support would be a solution.

@Creator512 Creator512 added the feature request 📬 A request for new changes to improve functionality label Mar 18, 2020
@ghost
Copy link

ghost commented Mar 18, 2020

Thanks for submitting a new feature request! I've automatically added a vote 👍 reaction to help get things started. Other community members can vote to help us prioritize this feature in the future!

@Kyaa-dost
Copy link
Contributor

@Creator512 The feature request sounds interesting. Let's see what developers think about this case.

@skendrot
Copy link
Contributor

Took a look at this and I think it can be accomplished by adding a check here if the HorizontalScrollBarVisibility is not disabled and the VerticalScrollBarVisibility is disabled

skendrot added a commit to skendrot/UWPCommunityToolkit that referenced this issue Mar 18, 2020
…e has a horizontal wheel OR if the horizontal scrollbar is not disabled AND the vertical scrollbar IS disabled
@ghost ghost added the In-PR 🚀 label Mar 18, 2020
@michael-hawker michael-hawker added this to the 6.1 milestone Mar 19, 2020
michael-hawker added a commit that referenced this issue Mar 24, 2020
…d and the vertical scrollbar is disabled (#3174)

* Fixes #3170 - A horizontal scroll happens if the mouse has a horizontal wheel OR if the horizontal scrollbar is not disabled AND the vertical scrollbar IS disabled

* Only scroll opposite if the scroll happened from a horizontal scroll

* Correct or statement

Co-authored-by: Michael Hawker MSFT (XAML Llama) <michael.hawker@outlook.com>
@ghost ghost added Completed 🔥 and removed In-PR 🚀 labels Mar 24, 2020
@ghost ghost locked as resolved and limited conversation to collaborators May 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Completed 🔥 feature request 📬 A request for new changes to improve functionality
Projects
None yet
4 participants