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

ScrollViewer: Users cannot hold the mouse wheel to pan #9818

Open
abrown313 opened this issue Jul 15, 2024 · 1 comment
Open

ScrollViewer: Users cannot hold the mouse wheel to pan #9818

abrown313 opened this issue Jul 15, 2024 · 1 comment
Labels
area-Scrolling feature proposal New feature proposal team-Controls Issue for the Controls team

Comments

@abrown313
Copy link

Describe the bug

A common scroll interaction is holding the mouse wheel to pan vertically or horizontally. For example, the continuous scroll pattern used by websites or the click & drag pattern used by touch. WinUI 3 ScrollViewers only support vertical panning by scrolling the mouse wheel, clicking & dragging the scroll bar anchors, or hold & dragging with touch. Hold & drag is not supported with mouse (left button or mouse wheel hold).

Steps to reproduce the bug

  1. In an scroll/zoom enabled ScrollViewer (e.g. from the WinUI 3 Gallery), use Ctrl+Mouse Wheel to zoom in such that there is room to pan both vertically & horizontally
  2. Press & hold the mouse wheel over the zoomed content, drag the mouse in various directions

Expected behavior

The zoomed content pans within the ScrollViewer according to the direction of movement
Actual behavior: nothing happens, content also cannot be panned by holding & dragging with the left mouse button

Screenshots

No response

NuGet package version

None

Windows version

No response

Additional context

No response

@abrown313 abrown313 added the bug Something isn't working label Jul 15, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Jul 15, 2024
Copy link

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one. Thank you!

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@codendone codendone added feature proposal New feature proposal area-Scrolling team-Controls Issue for the Controls team and removed bug Something isn't working labels Jul 16, 2024
@codendone codendone removed the needs-triage Issue needs to be triaged by the area owners label Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Scrolling feature proposal New feature proposal team-Controls Issue for the Controls team
Projects
None yet
Development

No branches or pull requests

2 participants