WPF ListView Virtualization Grouping
问题 Does anyone know of a ListView implementation that support UI Virtualization when grouping is enabled? By default the VirtualizingStackPanel is disabled when grouping is setup. It seems that Microsoft is not going to implement this within v4.0 of the .NET Framework so I am look for alternate solutions. 回答1: I have located a sample at Grouping and Virtualization MSDN Code Sample that converts the grouped ListView into a flat list which supports virtualization. However I can't work out how to