Tree Control with Columns?

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
 
H

Herfried K. Wagner [MVP]

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

Grant Frisken

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top