ItemsControl.PrepareContainerForItemOverride Method
Silverlight
Prepares the specified element to display the specified item.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
protected virtual void PrepareContainerForItemOverride( DependencyObject element, Object item )
Parameters
- element
- Type: System.Windows.DependencyObject
The element used to display the specified item.
- item
- Type: System.Object
The item to display.
A class that inherits from ItemsControl can override this method to apply styles, set bindings, and so on. If you override PrepareContainerForItemOverride, always call the base implementation in your PrepareContainerForItemOverride implementation.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.