Table of Contents

Enum RecycleTemplateType

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public enum RecycleTemplateType
Extension Methods

Fields

FillViewport = 1

Create cells instances until viewport is filled, then recycle while scrolling

None = 0

One 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 = 2

Try 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.