TreeView with columns

Vade picture Vade · Feb 6, 2011 · Viewed 88.1k times · Source

I need a multi columned Treeview for an app I am writing, I was wondering if anyone knew of a free working (in Vs-2010) multi columned Treeview.

Answer

Cody Gray picture Cody Gray · Feb 6, 2011

There are a number of sample controls to be found around the web:

But the all-time favorite is probably the ObjectListView, which provides an expandable, multi-column ListView, along with many other incredibly handy features:

   ObjectListView sample