View Single Post
Posts: 35 | Thanked: 149 times | Joined on Jul 2011
#1301
[... scrolling behaviour... ]

Originally Posted by marxian View Post
It's not the default QML scrolling behaviour, but it's necessary in this case to enable the ListView to detect the current index so that it knows when to load the additional results.
Maybe this would be a compromise: Keep scrolling into locking position and avoid scrolling into the opposite direction that the user pushed? The most exhausting situation is reading entries while they move and start to accelerate into the opposite direction before they finally come to a stop.

Please ignore me, if I start to sound like a complaining diva ;-)