I need to implement a event to catch Listview scroll state, similar to the event ScrollStateChanged (native or Mono Droid) because I would like to know the current scroll position to inject more content to the list. ScrollStateChanged is not available in Forms. Any ideas?
Regards