Can someone tell me the differences between datagridview and listview?
Printable View
Can someone tell me the differences between datagridview and listview?
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 using a DataGridView might be an option.
I use a listview as a don't like bound controls and prefer writing my own functionality code.