OK, we got Xamarin.Forms 2.0 now, and performance should be better for ListView by setting a property (at least that's the simple version).
https://blog.xamarin.com/optimizing-xamarin-forms-apps-for-maximum-performance/
My problem is that I don't feel ANY performance gain or lose by doing this, either on iOS or Android.
It keeps being exactly as "light lagging" as it is without this property set.
It's almost like the property have no effect at all - the performance feels exactly same. I don't have a business subscription so have not tested with the Profiler to see if there is a tiny performance gain...but I was expecting the gain to be so large that I could "feel" and see it?
Am I missing something or do others feel the same thing?