IItemContainerGenerator.PrepareItemContainer(DependencyObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prepares the specified element as the container for the corresponding item.
public:
void PrepareItemContainer(System::Windows::DependencyObject ^ container);
public void PrepareItemContainer (System.Windows.DependencyObject container);
abstract member PrepareItemContainer : System.Windows.DependencyObject -> unit
Public Sub PrepareItemContainer (container As DependencyObject)
Parameters
- container
- DependencyObject
The container to prepare. Normally, container
is the result of the previous call to GenerateNext.
Remarks
Preparing the specified element includes applying the container style, forwarding information from the host control, such as the DataTemplate value of the ItemTemplate property, and other small adjustments.
PrepareItemContainer must be called after the element has been added to the visual tree, so that resource references and inherited properties work correctly.