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
2009-07-29 10:34:39
This is it! And what incredible documentation! Damn easy to understand... http://objectlistview.sourceforge.net/cs/recipes.html#recipe-flavour
Jenko
2009-07-29 11:04:20
It should be noted that ObjectListView is licensed under the GPL, and therefore unsuitable for many commercial applications.
Dathan
2010-08-30 18:30:40
+1
A:
This one seems to work as well: http://www.codeproject.com/KB/list/treelistview.aspx
Grzenio
2009-07-29 10:44:46
A:
JBrooks
2009-08-06 02:52:06