I’m trying to implement an animation to move to a position in a ListView and then animate the target cell.
My problem is that when using smoothScrollToPosition() dont know how to guess when the animation has ended.
I have tested and for very high amounts of entries in the listview the animation can take a lot of time so is not possible to set a prefixed amount of miliseconds to wait
Thanks
Have you tried this overloaded function, seems like it has a
durationparameter…If that doesn’t work, try the
OnScrollListenerto listen for scrolling events.