Selector::ClearContainerForItemOverride Method (DependencyObject^, Object^)
.NET Framework (current version)
Returns an item container to the state it was in before PrepareContainerForItemOverride.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: virtual void ClearContainerForItemOverride( DependencyObject^ element, Object^ item ) override
Parameters
- element
-
Type:
System.Windows::DependencyObject^
The item container element.
- item
-
Type:
System::Object^
The data item.
ClearContainerForItemOverride clears the Selector::IsSelected attached property when the item container is removed from the visual tree. This is done so item containers behave correctly when the Selector uses container recycling. For more information, see VirtualizationMode and "Container Recycling" in Optimizing Performance: Controls.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: