TreeView with columns

You can use this example here or download this control


Try this Microsof TreeListView WPF control

http://msdn.microsoft.com/en-us/library/vstudio/ms771523%28v=vs.90%29.aspx


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

  • TreeViewAdv for .Net
  • TreeView with Columns
  • ContainerListView and TreeListView

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