VirtualizingPanel::IsContainerVirtualizable Attached Property
.NET Framework (current version)
Get or sets a value that indicates whether this VirtualizingPanel should virtualize an item.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System::Booleantrue if the VirtualizingPanel should virtualize an item; otherwise, false. The default is true.
Panel and Control objects use this property on item containers to track when the container can and cannot be virtualized.
Show: