c# - Xamarin.forms android listviewrenderer -


i want use onscroll-listener listview, far know isn't buildin in xamarin.forms.listview. using renderer logic solution till saw xamarin.forms.android doesn't have listviewrenderer yet.. ios does,

what alternatives? how can implement scroll listener or first visible view in other way? thnx! ,

actually there listviewrenderer unfortunately internal. might consider subclassing listview , create own viewrenderer based renderer. might lot of work. ask in xamarin forums and/or create uservoice request...


Comments

Popular posts from this blog

ruby - How do I merge two hashes into a hash of arrays? -

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -