views:

1447

answers:

4

Is there any Tree-Grid component that is freely available for a C# project?

+2  A: 

This one isn't bad : http://www.codeproject.com/KB/tree/TreeWithColumns.aspx

The best one I used is DevExpress's XtraTreeList, but it's not free...

Thomas Levesque
+4  A: 
Anton Gogolev
This is it! And what incredible documentation! Damn easy to understand... http://objectlistview.sourceforge.net/cs/recipes.html#recipe-flavour
Jenko
It should be noted that ObjectListView is licensed under the GPL, and therefore unsuitable for many commercial applications.
Dathan
+1  A: 

This one seems to work as well: http://www.codeproject.com/KB/list/treelistview.aspx

Grzenio
A: 
JBrooks