4 references to CachingStrategy
Microsoft.Maui.Controls (4)
TemplatedItemsList.cs (4)
555
if ((
CachingStrategy
& ListViewCachingStrategy.RecycleElement) != 0)
924
if ((
CachingStrategy
& ListViewCachingStrategy.RecycleElement) != 0)
987
if ((
CachingStrategy
& ListViewCachingStrategy.RecycleElement) != 0)
1221
if (DeviceInfo.Platform == DevicePlatform.iOS &&
CachingStrategy
== ListViewCachingStrategy.RetainElement)