Version

CellContainerGenerationMode Enumeration

Determines how cell containers are generated and cached by the RecyclingItemsPanel.
Syntax
'Declaration
 
Public Enum CellContainerGenerationMode 
   Inherits System.Enum
public enum CellContainerGenerationMode : System.Enum 
Members
MemberDescription
LazyLoadGenerates cell containers for cells as they are scrolled into view and does not clear them for cells that get scrolled out of view.
PreLoadPre-generates and caches an cell container for each cell.
RecycleReuses cell containers of cells that get scrolled out of view for the cells that get scrolled into view.
Requirements

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

See Also