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. Clunky Flickable scrolling behavior when using scroll wheel
Forum Updated to NodeBB v4.3 + New Features

Clunky Flickable scrolling behavior when using scroll wheel

Scheduled Pinned Locked Moved QML and Qt Quick
flickable
1 Posts 1 Posters 864 Views 1 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.
  • athairusA Offline
    athairusA Offline
    athairus
    wrote on last edited by
    #1

    By default, the scroll wheel behavior when using a Flickable on desktop platforms (I've tested Windows and OS X) is what I'd describe as "clunky".

    Why? For starters, there is a very low amount of deceleration once scroll events stop coming in. Apparently Flickable has a property called flickDeceleration, but it seems to change nothing at all. Also, it seems as though there's a slow acceleration curve too.

    When I use the trackpad on OS X, scrolling seems fine. It's just with "low-resolution" scrolling devices that I have a problem.

    There are other apps on desktop platforms with smooth scrolling (like web browsers) that are a good example of how smooth scrolling should be done. Flickables should emulate what they do by default.

    How can I fix this, save for making totally custom components?

    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