ItemsControl.GetContainerForItemOverride Method
Silverlight
Creates or identifies the element that is used to display the given item.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
Return Value
Type: System.Windows.DependencyObjectThe element that is used to display the given item.
A class that inherits from ItemsControl can override this method to return a specific type to be the item container. If you override GetContainerForItemOverride, always call the base implementation in your GetContainerForItemOverride implementation.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.