Enum RecycleTemplateType
public enum RecycleTemplateType
- Extension Methods
Fields
FillViewport = 1Create cells instances until viewport is filled, then recycle while scrolling
None = 0One cell per item will be created, while a SkiaControl has little memory consumption for some controls like SkiaLayer it might take more, so you might consider recycling for large number o items
Single = 2Try using one cell per template at all times, binding context will change just before drawing. ToDo investigate case of async data changes like images loading from web.