VirtualizingPanel::SetVirtualizationMode Method (DependencyObject^, VirtualizationMode)
.NET Framework (current version)
Sets the VirtualizationMode attached property on the specified object.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: static void SetVirtualizationMode( DependencyObject^ element, VirtualizationMode value )
Parameters
- element
-
Type:
System.Windows::DependencyObject^
The element on which to set the VirtualizationMode property.
- value
-
Type:
System.Windows.Controls::VirtualizationMode
One of the enumeration values that specifies whether element uses container recycling.
.NET Framework
Available since 4.5
Available since 4.5
Show: