Search code examples
c#visual-studio-2010treeview

TreeView with columns


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.


Solution

  • 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