how to catch an onScroll event in Ti.UI.ListView?

177 Views Asked by At

Is there a way to catch an onScroll event in ListView like it is done for ScrollView?
It is not exposed in SDK, any solution using module or hyperloop is welcome

1

There are 1 best solutions below

1
On

There is scrollstart and scrollend on a listview, check the docs https://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ListView-event-scrollend