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

TreeView scrolling with touchpad (two finger scroll) should not be so sensitive #1555

Open
vchelaru opened this issue Oct 11, 2024 · 1 comment
Assignees

Comments

@vchelaru
Copy link
Owner

This shows the scrolling in the TreeView next to how fast scrolling happens in Chrome:

10_20 54 48

Note that the DataUiGrid also has the same problem in case this is global issue.

10_20 56 21

@vicdotexe
Copy link
Collaborator

vicdotexe commented Oct 11, 2024

@vchelaru
After looking into it, I don't believe touch gesture scrolling is supported in WPF controls, and that the vertical scroll works because the touch gesture is translated into a MouseWheel event, high precision touchpads make this even more noticable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants