WPF DataGrid Vs Windows Forms DataGridView

后端 未结 5 642
再見小時候
再見小時候 2020-12-09 10:53

I have experience in WPF and Windows Forms, however have only used the Windows Forms DataGridView and not the WPF DataGrid (which was only included in .Net 4 or could be add

5条回答
  •  我在风中等你
    2020-12-09 11:18

    WPF DataGrid much more faster, I think. But when I try to use WPF DataGrid for big amount of data (a lot of columns (about 40-50) and rows) with styles it working slow (horizontal scrolling). DataGrid from 3rd party controls working much better (I use Infragistics XamDataGrid).

提交回复
热议问题