I've been doing some research and haven't found a functional solution.
In short, I need to programmatically scrollTo
a position in a scrollView (horizontal if anyone wants to know), without animating/seeing the animation. scrollTo
performs the animation. Everything I have tried thus far is visibly scrolling the scrollView. I want to be able to instantly set a location for it to jump to.
Anyone have any suggestions?