IItemContainerGenerator Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The IItemContainerGenerator type exposes the following members.
| Name | Description | |
|---|---|---|
|
GenerateNext | Returns the container element used to display the next item, and whether the container element has been newly generated (realized). |
|
GeneratorPositionFromIndex | Returns the GeneratorPosition object that maps to the item at the specified index. |
|
GetItemContainerGeneratorForPanel | Returns the ItemContainerGenerator appropriate for use by the specified panel. |
|
IndexFromGeneratorPosition | Returns the index that maps to the specified GeneratorPosition. |
|
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. |
|
StartAt | Prepares the generator to generate items, starting at the specified GeneratorPosition, and in the specified GeneratorDirection, and controlling whether or not to start at a generated (realized) item. |
Show: