-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[Run] Touchpad scrolling is too sensitive #5383
Comments
did you find it this way in .19? |
no, i don't think so🤔 |
Is this still a thing? I think .20 was still under XAML Islands so this should be smoother. @LuanVSO thoughts? |
it's still kinda fast for me, it also lacks smooth scrolling PowerLauncher.2021-12-07.18-44-24.mp4 |
Fix is merged. Will be included in next release |
The was fixed in in 0.53. Head over to https://aka.ms/installpowertoys to try it out |
0.53 does not fix this for me. I believe the problem is that WPF's ScrollViewer ignores the mouse wheel delta value (see here for more info: dotnet/wpf#5936). Possible solutions might be to use XAMLIslands again like PowerToys run used to or to handle scrolling manually via PreviewMouseWheel event of the WPF ScrollViewer, taking into account MouseWheelArgs.Delta value. |
@crutkas Please update the project. |
Islands have quirks that makes this style app hard with them (PT Run was initially done with islands believe it or not) As of now, this is blocked as this is how WPF just works sadly. |
v0.84.1 |
v0.86.0 still CR |
Maybe we can do something like this? dotnet/wpf#5936 (comment) |
ℹ Computer information
📝 Provide detailed reproduction steps (if any)
✔️ Expected result
smooth scrolling that obeys windows scrolling speed settings
❌ Actual result
way too sensitive scrolling (can scroll to the bottom of the list with just a few millimeters of movement on the touch pad)
📷 Screenshots
The text was updated successfully, but these errors were encountered: