Which is better in terms of performance, DataGridView or ListView in details mode? Which is better in terms of functionality?
Thanks.
Printable View
Which is better in terms of performance, DataGridView or ListView in details mode? Which is better in terms of functionality?
Thanks.
It depends on what you want to do. If you want simple data display then a ListView may be better. If you want data-binding and complex functionality then the ListView simply isn't designed for it so you should use a DGV.