Tree Control with Columns?

  • Thread starter Thread starter Jack
  • Start date Start date
J

Jack

Hi All
Could anyone recommend me a decent tree control that can have extra columns of text data (like how Outlook Express shows the messages), preferably in C#.

Many thanks
 
Could anyone recommend me a decent tree control that can
have extra columns of text data (like how Outlook Express
shows the messages), preferably in C#.

Windows Forms:

CodeProject: ContainerListView and TreeListView: Writing VS.NET
design-surface compatible controls. Free source code and programming help
<URL:http://www.codeproject.com/KB/list/extendedlistviews.aspx>

CodeProject: TreeListView. Free source code and programming help
<URL:http://www.codeproject.com/KB/list/treelistview.aspx>


CodeProject: VB.NET TreeListView. Free source code and programming help
<URL:http://www.codeproject.com/KB/cpp/vbnettreelistview.aspx>

Commercial:

Syncfusion: Essential Grid for Windows Forms
<URL:http://www.syncfusion.com/products/grid/windows/>

WPF supports this out of the box.
 
Windows Forms:

CodeProject: ContainerListView and TreeListView: Writing VS.NET
design-surface compatible controls. Free source code and programming help
<URL:http://www.codeproject.com/KB/list/extendedlistviews.aspx>

CodeProject: TreeListView. Free source code and programming help
<URL:http://www.codeproject.com/KB/list/treelistview.aspx>

CodeProject: VB.NET TreeListView. Free source code and programming help
<URL:http://www.codeproject.com/KB/cpp/vbnettreelistview.aspx>

Commercial:

Syncfusion: Essential Grid for Windows Forms
<URL:http://www.syncfusion.com/products/grid/windows/>

WPF supports this out of the box.

Another commercial product you may want to consider is Infralution's
Virtual Tree. In addition to supporting multiple customizable columns
you can also change the displayed columns (using Context Sensitive
columns) when the available space changes (just like Outlook). The
evaluation includes an "Advanced Features" sample that demonstrates
how to do this. You can get more information and download an
evaluation version from:

www.infralution.com/virtualtree.html

Regards
Grant
 
Back
Top