I have a relatively simple app in xamarin forms that has a ListView with custom cells. In these cells, there is an image. The problem that I am having is this. When I scroll the ListView, I can see the image from previous cells for a moment before the new images are loaded.
I have tried setting the ListView's ListViewCachingStrategy
to all possible values but the problems persists.
Is there a way to stop the recycling? I know that it is a performance hit but the list is not that large. Unless ,of course, there is a better way to stop this image problem