Property | Type | Description | |
---|---|---|---|
ItemsControlHelper | System.Diagnostics | ||
OnApplyTemplate | void | ||
PrepareContainerForItemOverride | void | ||
ScrollIntoView | void | ||
UpdateItemContainerStyle | void |
Method | Description | |
---|---|---|
ItemsControlHelper ( |
Initializes a new instance of the ItemContainerGenerator.
|
|
OnApplyTemplate ( ) : void |
Apply a control template to the ItemsControl.
|
|
PrepareContainerForItemOverride ( |
||
ScrollIntoView ( |
||
UpdateItemContainerStyle ( System.Windows.Style itemContainerStyle ) : void |
Update the style of any generated items when the ItemContainerStyle has been changed. 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. |