WPF ListView Virtualization Grouping

后端 未结 4 415
有刺的猬
有刺的猬 2021-01-02 17:52

Does anyone know of a ListView implementation that support UI Virtualization when grouping is enabled? By default the VirtualizingStackPanel is disabled when grouping is se

4条回答
  •  执念已碎
    2021-01-02 18:23

    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 imitate the expanding actions of the headers.

提交回复
热议问题