Andrew Wood
Results
2
comments of
Andrew Wood
Met the same issue - a likely cause is how the underlying ListView handles the combination of CachingStrategy and DataTemplateSelector. The default CachingStrategy is Recycle, which doesn't consider the DataTemplate...
@daniel-luberda Haven't used a ListView in a while, but re-reading the page I linked it looks like this might be solved in XF 2.4: https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/listview/performance#recycleelement-with-a-datatemplateselector RecycleElementAndDataTemplate looks like it could...