Class ItemsSourceChangeCachingStrategy
Specifies caching strategies of listview items when ItemsSource gets changed at runtime.
Inheritance
System.Object
ItemsSourceChangeCachingStrategy
Namespace: Syncfusion.Maui.ListView
Assembly: Syncfusion.Maui.ListView.dll
Syntax
public sealed class ItemsSourceChangeCachingStrategy : Enum
Fields
ClearItems
Indicates that all listview items cleared and new items created.
Declaration
public const ItemsSourceChangeCachingStrategy ClearItems
Field Value
Type |
---|
ItemsSourceChangeCachingStrategy |
RecycleItems
Indicates that listview items will have their binding contexts updated and re-used.
Declaration
public const ItemsSourceChangeCachingStrategy RecycleItems
Field Value
Type |
---|
ItemsSourceChangeCachingStrategy |