Version 24.2 (latest)

RecyclingItemContainerGenerator Class Methods

For a list of all members of this type, see RecyclingItemContainerGenerator members.

Public Methods
 NameDescription
Public MethodBeginGenerationOverloaded. Called at the beginning of the generation process.  
Public MethodContainerFromIndexReturns the element corresponding to the item at the given index within the ItemCollection.  
Public MethodContainerFromItemReturns the UIElement container corresponding to the given item.  
Public MethodDeactivateAllContainersDeactivates all containers.  
Public MethodDeactivateContainerDeactivates a specific container  
Public MethodEndGenerationCalled at the end of the generation process.  
Public MethodGenerateNextOverloaded. Returns the container element used to display the next item.  
Public MethodGeneratorPositionFromIndexReturns the GeneratorPosition object that maps to the item at the specified index.  
Public MethodIndexFromContainerReturns the index to an item that corresponds to the specified, generated UIElement.  
Public MethodIndexFromGeneratorPositionReturns the index that maps to the specified GeneratorPosition.  
Public MethodItemFromContainerReturns the item that corresponds to the specified, generated UIElement.  
Public MethodPrepareItemContainerPrepares the specified element as the container for the corresponding item.  
Public MethodRemoveRemoves one or more generated (realized) items.  
Public MethodRemoveAllRemoves all generated (realized) items.  
Public MethodRemoveAllDeactivatedContainersRemoves all generated containers that have previously been deactivated.  
Public MethodStartAtOverloaded. Prepares the generator to generate items, starting at the specified GeneratorPosition, and in the specified GeneratorDirection.  
Public MethodVerifyAllDeactivatedContainersRemoves any generated containers that have previously been deactivated but are no longer valid.  
See Also