ListView Scrolling Behavior
-
I defined ListView in QML and it works. However, its scrolling behavior is not as expected.
I am not sure these are bugs or should be implemented by users.-
On Mac, if I swipe on trackpad, it emits a lot of small 'flick' events which results in too fast scrolling. If I move fingers by 1mm without releasing, you can see a small kinetic flick scrolling: stop-accelerated-slow-stop. It shouldn't flick if fingers are not released.
-
On Desktop, once the current position reaches the end, it doesn't allow the over-scrolling (the bounce-back effect) with touchpad. I could over-scroll with dragging.
-