ItemsControl.ItemContainerGenerator Property
Silverlight
Gets the ItemContainerGenerator associated with this ItemsControl.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Windows.Controls.ItemContainerGeneratorThe ItemContainerGenerator associated with this ItemsControl.
You can use the ItemContainerGenerator to retrieve items based on their index or containers by specifying the data item. For example, if you have a data-bound ItemsControl, and you want to obtain an item based on its index, you can use the ItemContainerGenerator.ContainerFromIndex method. If you want to retrieve the data item, use ItemContainerGenerator.ItemFromContainer method.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.