Warm tip: This article is reproduced from stackoverflow.com, please click
c# treeview visual-studio-2010

TreeView with columns

发布于 2020-04-13 10:45:29

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.

Questioner
Vade
Viewed
21
2011-02-06 19:32

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