Hi there!
Im building an app that relies heavily on the tableView widget and i have come across a problem. Then building for the device, scrolling through a tableview slowly causes no problem what so ever.
But when doing it at human speeds, the scrolling slows down, and then speeds back up. It could be the rendering of the off-screen rows but i don’t think thats the problem as it works fine when i keep my finger in the screen. The problem occurs when i do not touch the display but just flick it up or down.
Does anyone have a solution for this?
I have tried tinkering with the maximum velocity but that didn’t do the job.
Best Regards
Jens
Also on an unrelated note, the tableview has a very crude feel. Its a great tool, but the feel of it is very far away from what is achieved with native code.