Intersoft ClientUI Documentation
UpdateItemContainerStyle Method



The ItemContainerStyle.
Update the style of any generated items when the ItemContainerStyle has been changed.
Syntax
Public Sub UpdateItemContainerStyle( _
   ByVal itemContainerStyle As Style _
) 
Dim instance As ItemsControlHelper
Dim itemContainerStyle As Style
 
instance.UpdateItemContainerStyle(itemContainerStyle)
public void UpdateItemContainerStyle( 
   Style itemContainerStyle
)
public:
void UpdateItemContainerStyle( 
   Style^ itemContainerStyle
) 

Parameters

itemContainerStyle
The ItemContainerStyle.
Remarks
Silverlight does not support setting a Style multiple times, so we only attempt to set styles on elements whose style hasn't already been set.
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