Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free or open source Tree-grid for C#? [closed]

Is there any Tree-Grid component that is freely available for a C# project? A Tree-grid is a combination of a tree view and a datagrid. Every tree item represents a row in a table. Like this:

enter image description here

like image 708
Robin Rodricks Avatar asked Jul 29 '09 10:07

Robin Rodricks


2 Answers

ObjectListView is great:

alt text
(source: sourceforge.net)

like image 139
Anton Gogolev Avatar answered Oct 15 '22 03:10

Anton Gogolev


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...

like image 39
Thomas Levesque Avatar answered Oct 15 '22 04:10

Thomas Levesque