How can I increase the speed limit of the Scrollview? Doesn’t have any variable like “maxVelocity” like in Tableview?
I really need scrollview with a higher speed. (Need to be only with Scrollview, not Tableview).
I think its not so hard to implement it, is it @Rob?
And the another issue:
Scrolling stops abruptly when adding new itens to the scrollview while scrolling. (Realtime adding while Scrolling).
Is there anything that can be done to keep scrolling while adding itens in realtime?
I really really need this features.