VirtualizingPanel.IsVirtualizingWhenGrouping Attached Property

Definition

Gets or sets a value that indicates whether this VirtualizingPanel virtualizes the items in its collection when it displays groups.

C#
see GetIsVirtualizingWhenGrouping, and SetIsVirtualizingWhenGrouping

Remarks

The standard layout system creates item containers and computes layout for each item associated with a list control. In this context, "virtualize" refers to a technique by which a subset of user interface (UI) elements are generated from a larger number of data items based on which items are visible on the screen. It is intensive, both in terms of memory and processor, to generate a large number of UI elements when only a few may be on the screen at a given time.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10