ItemContainerGenerator.ContainerFromIndex Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the container for the item at the specified index within the ItemCollection.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- index
- Type: System.Int32
The index of the item to retrieve.
Return Value
Type: System.Windows.DependencyObjectThe container for the item at the specified index within the item collection, if the item has a container; otherwise, Nothing.
Show: