I have a relatively simple xamarin format application that has a ListView with custom cells. These cells have an image. The problem I am facing is this. When I browse the ListView, I can see the image from the previous cells for a moment before loading new images.
I tried to set ListView ListViewCachingStrategyto all possible values, but problems persist.
Is there a way to stop recirculation? I know this is a performance hit, but the list is not that big. Unless, of course, there is no better way to stop this image problem.
source
share