As far as I know, Qt hasn't changed this behavior. It just works differently across platforms. On some platforms it is expected behavior whereas on some platforms it isn't. There is QStyle::PM_MaximumDragDistance to indicate whether this behavior is appropriate or not on the platform in question.
Yes, with a [wiki]proxy style[/wiki]. Return -1 for QStyle::PM_MaximumDragDistance. Just be aware that Qt does this for a reason. Even if you might not like it, end-users are used to that.I always hated this! I rarely watch where my mouse it when scrolling with the thumb. I am usually paying attention to the contents and when you "fall off" the thumb, it makes it quite hard to find what you are looking for.
Is there a way to turn this behavior off? Just beause MS Windows does it doesn't mean I want to.
Bookmarks