Search code examples
c#user-interfacegridviewdatagridtreeview

Free or open source Tree-grid for C#?


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


Solution

  • ObjectListView is great:

    alt text
    (source: sourceforge.net)