Let’s say I have a table with a single column and 100 rows. I scroll/flick the table, it scrolls and it slows down and stops.
How can I tell if it has fully stopped? Is there an event I can attach to my tableview?
I can tell some movement with onRowRender and the tableview listener, but that isn’t telling me when the scrolling has fully stopped.
Any ideas/suggestions?