[IMPROVEMENT] Implement Touchpad Smooth Scroll
Please confirm these before moving forward.
- I have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue.
- This improvement refers to an existing feature. If you want to suggest a new feature, please use this template.
- This improvement is not a bug. If you want to report a bug, please use this template.
Describe the improvement
UniGetUI’s current touchpad scrolling is still based on mouse-wheel-style events rather than direct manipulation. I recently found SmoothScroll.Avalonia, an alternative compositor-based implementation with improved precision-touchpad and touchscreen support. I've tried replacing UniGetUI's current implementation with this in one of my testing branches, and it seems to work okay other than some minor edge cases such as inertia etc.
UniGetUI could consider building something similar and apply it consistently across every scrollable surface.
Describe how this improvement could help users
This could make scrolling feel more directly connected to touchpad and touchscreen input, which is one of the areas users have been reporting to be missing after the Avalonia transition.
Source: Devolutions/UniGetUI