NativeScript / nativescript-angular

Integrating NativeScript with Angular
http://docs.nativescript.org/angular/tutorial/ng-chapter-0
Apache License 2.0
1.22k stars 241 forks source link

Quick way to get scroll event from ListView #2342

Open tskweres opened 3 years ago

tskweres commented 3 years ago

I prefer to use ListView over RadListView because it's much more performant, however I can't get there is no onScroll event from ListView.

Any tips or links to how I can watch the scroll event and get the y offset for ListView?