How to cancel a griedview scroll?

I'm looking for the best way to cancel a gridview's "scrollCellToCenter" call. Right now we have a situation that can arise where a gridview's animated scrolling is in process, but then a different player action requires "setScrollPosition" to be called unanimated. Right now, when "setScrollPosition" gets called, the gridview will briefly jump to the called position for a frame and then jump back to the previous animated scroll position.

1 Like