Recently I just implemented a listview with a custom cell and a custom selector in Xamarin.Forms, my custom cell have two text binding properties and the selector just pick the correct custom cell based on a condition, I fill the listview with several amount of data (+100), it looks like it works correctly, but when I scroll down/up the screen, the app just crashes. I have tried to use CachingStrategy with RecycleElement and RetainElement but the problem remains. Does anyone have the same issue? I'm stuck.
↧