Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    ListView Scrolling Behavior

    QML and Qt Quick
    scrolling flickable
    1
    1
    984
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      emppu last edited by

      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.

      1. 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.

      2. 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.

      1 Reply Last reply Reply Quote 0
      • First post
        Last post