Intersoft ClientUI Documentation
PrepareContainerForItemOverride Method (ItemsControlHelper)



Container element used to display the specified item.
The ItemContainerStyle for the parent ItemsControl.
Prepares the specified container to display the specified item.
Syntax
Public Shared Sub PrepareContainerForItemOverride( _
   ByVal element As DependencyObject, _
   ByVal parentItemContainerStyle As Style _
) 
Dim element As DependencyObject
Dim parentItemContainerStyle As Style
 
ItemsControlHelper.PrepareContainerForItemOverride(element, parentItemContainerStyle)
public static void PrepareContainerForItemOverride( 
   DependencyObject element,
   Style parentItemContainerStyle
)
public:
static void PrepareContainerForItemOverride( 
   DependencyObject^ element,
   Style^ parentItemContainerStyle
) 

Parameters

element
Container element used to display the specified item.
parentItemContainerStyle
The ItemContainerStyle for the parent ItemsControl.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ItemsControlHelper Class
ItemsControlHelper Members

Send Feedback