Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QML ListView scrolling with a TrackPad
Forum Updated to NodeBB v4.3 + New Features

QML ListView scrolling with a TrackPad

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
5 Posts 4 Posters 1.4k Views 3 Watching
  • 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.
  • D Offline
    D Offline
    daljit97
    wrote on last edited by
    #1

    I am using a ListView in my application. Testing the project on a Dell XPS 13, I have noticed that scrolling with the touchpad is too fast, the two-fingers scrolling is just too fast which makes it impossible to scroll by a small amount. How can I fix this?

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      @daljit97 Two things you can try:

      • Control the trackpad's scroll speed from OS's setting if possible
      • Changing maximumFlickVelocity in ListView

      157

      1 Reply Last reply
      0
      • jpnurmiJ Offline
        jpnurmiJ Offline
        jpnurmi
        wrote on last edited by
        #3

        Please report a bug.

        D 1 Reply Last reply
        0
        • jpnurmiJ jpnurmi

          Please report a bug.

          D Offline
          D Offline
          daljit97
          wrote on last edited by
          #4

          @jpnurmi said in QML ListView scrolling with a TrackPad:

          Please report a bug.

          Done

          1 Reply Last reply
          1
          • K Offline
            K Offline
            kernel panic
            wrote on last edited by
            #5

            I found a solution for similar problem
            looks like the step happens because of 'interactive' in ListView
            So, do:

            interactive: false

            and use a custom scroll with MouseArea
            using onWheel

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved