Scrolldown in ListView using ItemAppearing event skips records in Xamarin.Forms
问题 I have ListView in Xamarin Page. I use ItemAppearing event to scroll down. ListViewCell height is big so 1 screen cover first and 80% part of second viewcell. Steps to load more data for scroll down: Initially when page load, it call API and get 10 records in EmployerResult List. That will be added in ListView using databinding. Having ItemAppearing event. There is a condition in this event. When last cell start to appear, it will call API and again append 10 record in List object of