The following tables list the members exposed by ItemContainerGenerator.
Public Methods
| Name | Description |
| ContainerFromIndex | Returns the container element corresponding to the item at the given index within the ItemCollection. |
| ContainerFromItem | Returns the container element corresponding to the given item. |
| IndexFromContainer | Returns the index to an item that corresponds to the specified, generated container element. |
| ItemFromContainer | Returns the item that corresponds to the specified, generated container element. |
Top
See Also