c# - best way to display multi-columned data in grid format in winforms? -


what best way display multi-columned data in grid format using c# winforms?

is listview or datagridview?

datagridview best bet simple grid display. however, if needing nested (collapsible/expandable) display child rows, etc. datagridview not that.

the listview way windows explorer displays objects, properties, files, etc.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -