TemplatedItemsControl<T> Class
Windows Phone
March 22, 2012
Subclasses ItemsControl to provide the typical support for using a custom container type.
System.Object
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ItemsControl
Microsoft.Phone.Controls.Primitives.TemplatedItemsControl<T>
Microsoft.Phone.Controls.Panorama
Microsoft.Phone.Controls.Pivot
Microsoft.Phone.Controls.Primitives.PivotHeadersControl
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ItemsControl
Microsoft.Phone.Controls.Primitives.TemplatedItemsControl<T>
Microsoft.Phone.Controls.Panorama
Microsoft.Phone.Controls.Pivot
Microsoft.Phone.Controls.Primitives.PivotHeadersControl
Assembly: Microsoft.Phone.Controls (in Microsoft.Phone.Controls.dll)
XMLNS for XAML: Not mapped to an xmlns.
The TemplatedItemsControl<T> type exposes the following members.
| Name | Description | |
|---|---|---|
|
TemplatedItemsControl<T> | Initializes a new instance of the TemplatedItemsControl class. |
Top
| Name | Description | |
|---|---|---|
|
AddHandler | (Inherited from UIElement.) |
|
ApplyItemContainerStyle | Apply the ItemContainerStyle. |
|
ApplyTemplate | (Inherited from Control.) |
|
Arrange | (Inherited from UIElement.) |
|
ArrangeOverride | (Inherited from FrameworkElement.) |
|
CaptureMouse | (Inherited from UIElement.) |
|
CheckAccess | (Inherited from DependencyObject.) |
|
ClearContainerForItemOverride | When overridden in a derived class, undoes the effects of the PrepareContainerForItemOverride method. (Overrides ItemsControl.ClearContainerForItemOverride(DependencyObject, Object).) |
|
ClearValue | (Inherited from DependencyObject.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
FindName | (Inherited from FrameworkElement.) |
|
Focus | (Inherited from Control.) |
|
GetAnimationBaseValue | (Inherited from DependencyObject.) |
|
GetBindingExpression | (Inherited from FrameworkElement.) |
|
GetContainer | Gets the container associated with the specified item. |
|
GetContainerForItemOverride | Creates or identifies the element that is used to display the given item. (Overrides ItemsControl.GetContainerForItemOverride().) |
|
GetHashCode | (Inherited from Object.) |
|
GetItem | Gets the item associated with the specified container. |
|
GetTemplateChild | (Inherited from Control.) |
|
GetType | (Inherited from Object.) |
|
GetValue | (Inherited from DependencyObject.) |
|
InvalidateArrange | (Inherited from UIElement.) |
|
InvalidateMeasure | (Inherited from UIElement.) |
|
IsItemItsOwnContainerOverride | Determines whether the specified item is (or is eligible to be) its own container. (Overrides ItemsControl.IsItemItsOwnContainerOverride(Object).) |
|
Measure | (Inherited from UIElement.) |
|
MeasureOverride | (Inherited from FrameworkElement.) |
|
MemberwiseClone | (Inherited from Object.) |
|
OnApplyTemplate | (Inherited from FrameworkElement.) |
|
OnCreateAutomationPeer | (Inherited from UIElement.) |
|
OnDoubleTap | (Inherited from Control.) |
|
OnDragEnter | (Inherited from Control.) |
|
OnDragLeave | (Inherited from Control.) |
|
OnDragOver | (Inherited from Control.) |
|
OnDrop | (Inherited from Control.) |
|
OnGotFocus | (Inherited from Control.) |
|
OnHold | (Inherited from Control.) |
|
OnItemsChanged | (Inherited from ItemsControl.) |
|
OnKeyDown | (Inherited from Control.) |
|
OnKeyUp | (Inherited from Control.) |
|
OnLostFocus | (Inherited from Control.) |
|
OnLostMouseCapture | (Inherited from Control.) |
|
OnManipulationCompleted | (Inherited from Control.) |
|
OnManipulationDelta | (Inherited from Control.) |
|
OnManipulationStarted | (Inherited from Control.) |
|
OnMouseEnter | (Inherited from Control.) |
|
OnMouseLeave | (Inherited from Control.) |
|
OnMouseLeftButtonDown | (Inherited from Control.) |
|
OnMouseLeftButtonUp | (Inherited from Control.) |
|
OnMouseMove | (Inherited from Control.) |
|
OnMouseRightButtonDown | (Inherited from Control.) |
|
OnMouseRightButtonUp | (Inherited from Control.) |
|
OnMouseWheel | (Inherited from Control.) |
|
OnTap | (Inherited from Control.) |
|
OnTextInput | (Inherited from Control.) |
|
OnTextInputStart | (Inherited from Control.) |
|
OnTextInputUpdate | (Inherited from Control.) |
|
PrepareContainerForItemOverride | Prepares the container to display the specified item. (Overrides ItemsControl.PrepareContainerForItemOverride(DependencyObject, Object).) |
|
ReadLocalValue | (Inherited from DependencyObject.) |
|
ReleaseMouseCapture | (Inherited from UIElement.) |
|
RemoveHandler | (Inherited from UIElement.) |
|
SetBinding | (Inherited from FrameworkElement.) |
|
SetValue | (Inherited from DependencyObject.) |
|
ToString | (Inherited from Object.) |
|
TransformToVisual | (Inherited from UIElement.) |
|
UpdateLayout | (Inherited from UIElement.) |
Top
| Name | Description | |
|---|---|---|
|
ItemContainerStyleProperty | Identifies the ItemContainerStyle dependency property. |