'Declaration Public Enum CellContainerGenerationMode Inherits System.Enum
public enum CellContainerGenerationMode : System.Enum
Member | Description |
---|---|
LazyLoad | Generates cell containers for cells as they are scrolled into view and does not clear them for cells that get scrolled out of view. |
PreLoad | Pre-generates and caches an cell container for each cell. |
Recycle | Reuses cell containers of cells that get scrolled out of view for the cells that get scrolled into view. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2