What's better to use: a DataGrid or ListView for displaying large amounts of data?

前端 未结 3 1117
醉酒成梦
醉酒成梦 2021-01-30 17:58

I want to display >50000 rows in a table. Which is the best control to use: a DataGrid or a ListView (in details view)? Which of these controls will have the better performance?

3条回答
  •  北海茫月
    2021-01-30 18:21

    Use a FastObjectListView from the ObjectListView project.

    50,000 rows is nothing, with automatic sorting, filtering, find-by-typing and loads of other goodness :)

提交回复
热议问题