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:
Is there any Tree-Grid component that is freely available for a C# project? A
Share

ObjectListView is great:
(source: sourceforge.net)