Recommendations for tree control?

  • Thread starter Thread starter Test
  • Start date Start date
T

Test

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

Hi,

Check Infragistics, they have a very good control set.
Also notice that you failed to mention if you want a web or a win
version
 
Test said:
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

DevExpress has one, labelled XtraTreeList, and they've also recently
released a web version, that I don't recall the name of.

The winforms version is very good, I've been using it in many projects.
Granted, DevExpress controls takes a bit getting used to, it's kinda
like going from your average japanese car (the .NET tree control) to a
space shuttle (the DX one), with plenty of knobs and bits and things to
adjust and fiddle with. In the end though, it works very very good.
 

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

Back
Top