I am an admitted newbie at Xamarin Forms and am trying to load a ListVIew with data using an asyncronous call to a Web Api. It works great in Android and iOS, but in the Windows Phone project, if the number of rows gets beyond 40 or 50, I receive a Layout Cycle Detected Exception. I am not sure what to look at for this. Is there some sort of limitation for the ListView on Windows Phone and I should use a different View?
Is there an event that I should disable until the data is retrieved (which kind of kills the benefit of async ) ?