-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
What feature or improvement do you think would benefit Files?
Smooth scrolling is visually pleasing, but for me I find that it slows me down and adds input lag. I end up disabling it in every app that has the ability to do so.
We talked about this on Discord a little today, apparently WinUI's built-in scroll viewer doesn't support disabling smooth scrolling π Optimally we could submit a PR to add a property for it over there, but it may also be possible to fork the scroll viewer control and implement it directly.
Requirements
This would be a checkbox in settings. Once enabled, scrolling would happen instantly without animations or inertia. So if I move my mouse wheel by one detent, scrolling would happen over precisely 1 frame. The scroll viewer would go from OffsetY=y to OffsetY=y+delta without any frames in-between.
Files Version
3.6.0.0
Windows Version
10.0.26100.1301
Comments
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status