WPF DataGrid Virtualization with Grouping

前端 未结 4 673
臣服心动
臣服心动 2020-12-01 02:19

I\'m using the WPF DataGrid from CodePlex and I need to get Virtualization to work with grouping.

This question is on topic and points to an MSDN Example but it onl

4条回答
  •  眼角桃花
    2020-12-01 02:48

    There is a new attached property in framework 4.5 VirtualizingPanel.IsVirtualizingWhenGrouping, which allows to switch on virtualization when grouping.

    
    

提交回复
热议问题