ItemContainerGenerator.IItemContainerGenerator.PrepareItemContainer Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Prepares the specified element as the container for the corresponding item.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Private Sub PrepareItemContainer ( _ container As DependencyObject _ ) Implements IItemContainerGenerator.PrepareItemContainer
Parameters
- container
- Type: System.Windows.DependencyObject
The container to prepare. Normally, container is the result of the previous call to GenerateNext.
Implements
IItemContainerGenerator.PrepareItemContainer(DependencyObject)This member is an explicit interface member implementation. It can be used only when the ItemContainerGenerator instance is cast to an IItemContainerGenerator interface.
Show: