The following tables list the members exposed by RecyclingItemContainerGenerator.
Name | Description | |
---|---|---|
CountOfActiveContainers | Returns the number of active containers (read-only).. | |
CountOfAllContainers | Returns the total number of containers, both active and deactived (read-only). | |
Status | Returns the current status of the generator (read-only). |
Name | Description | |
---|---|---|
BeginGeneration | Overloaded. Called at the beginning of the generation process. | |
ContainerFromIndex | Returns the element corresponding to the item at the given index within the ItemCollection. | |
ContainerFromItem | Returns the UIElement container corresponding to the given item. | |
DeactivateAllContainers | Deactivates all containers. | |
DeactivateContainer | Deactivates a specific container | |
EndGeneration | Called at the end of the generation process. | |
GenerateNext | Overloaded. Returns the container element used to display the next item. | |
GeneratorPositionFromIndex | Returns the GeneratorPosition object that maps to the item at the specified index. | |
IndexFromContainer | Returns the index to an item that corresponds to the specified, generated UIElement. | |
IndexFromGeneratorPosition | Returns the index that maps to the specified GeneratorPosition. | |
ItemFromContainer | Returns the item that corresponds to the specified, generated UIElement. | |
PrepareItemContainer | Prepares the specified element as the container for the corresponding item. | |
Remove | Removes one or more generated (realized) items. | |
RemoveAll | Removes all generated (realized) items. | |
RemoveAllDeactivatedContainers | Removes all generated containers that have previously been deactivated. | |
StartAt | Overloaded. Prepares the generator to generate items, starting at the specified GeneratorPosition, and in the specified GeneratorDirection. | |
VerifyAllDeactivatedContainers | Removes any generated containers that have previously been deactivated but are no longer valid. |
Name | Description | |
---|---|---|
ContainerDiscarded | Occurs when a container has been discarded. | |
StatusChanged | Occurs when the Status has changed. |