VirtualizingPanel::SetIsVirtualizingWhenGrouping Method (DependencyObject^, Boolean)
.NET Framework (current version)
Sets the IsVirtualizingWhenGrouping attached property.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: static void SetIsVirtualizingWhenGrouping( DependencyObject^ element, bool value )
Parameters
- element
-
Type:
System.Windows::DependencyObject^
The object to set the property on.
- value
-
Type:
System::Boolean
true to specify that the VirtualizingPanel virtualizes the grouped items in its collection; otherwise, false.
.NET Framework
Available since 4.5
Available since 4.5
Show: