When i scroll Listview, its scroll is not smooth, it stucks too much in Android but a little les in iOS
Does your ListView include images? If so I'd recommend this package.https://github.com/luberda-molinet/FFImageLoading
Checkout this documentation on how to improve ListView performance too.https://developer.xamarin.com/guides/xamarin-forms/user-interface/listview/performance/
Hi @Abdul.3549 ,
Put CachingStrategy="RecycleElement" for ListView
Find more here And refer
No @seanyda i am not using any image.
@seanyda and @BalaRaju thanks for replying... these links are helpful.
Answers
Does your ListView include images? If so I'd recommend this package.
https://github.com/luberda-molinet/FFImageLoading
Checkout this documentation on how to improve ListView performance too.
https://developer.xamarin.com/guides/xamarin-forms/user-interface/listview/performance/
Hi @Abdul.3549 ,
Put CachingStrategy="RecycleElement" for ListView
Find more here
And refer
No @seanyda i am not using any image.
@seanyda and @BalaRaju thanks for replying...
these links are helpful.