Open LuanVSO opened 4 years ago
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
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: https://github.com/dotnet/wpf/issues/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.
I think we do revert this in #15420 since the fix for this is causing some crashes. I'm reopening this. @aquinn39 Thanks for reporting this!
@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 Stills unfixed
ℹ 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