tags:

views:

177

answers:

1

Is there a way to have multiple columns in TreeView control?

+2  A: 

No, the standard TreeView does not allow columns, what you are looking for is commonly called a TreeListView. So you'll need a custom control.

There are many listed on CodeProject:

Personally I'd recomend TreeViewAdv on SourceForge

ParmesanCodice