Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

Is there a better and free TreeView control for C# Winforms. I have tried TreeViewAdv, however i find it very complicated to use for my purpose. I just need a treeview which can provide me functions of checkboxes as one on Excel data filter.

E.g., whenever a checkbox on a parent node is checked, checkboxes on its child nodes will also be checked. Whenever one of the checkboxes on child nodes is unchecked, parent checkbox will fall into tristate mode. And whenever all of the checkboxes on child nodes are unchecked, parent checkbox will fall into unchecked mode.

Telerik has a solution for this however I'm trying to find a free one.

With my best regards,
Nazim.

What I have tried:

I have tried TreeViewAdv and some other free solutions but i can't find a proper solution for this.
Posted
Updated 25-Oct-16 8:53am

I use the ObjectListView[^]. Although this article title says "ListView", it has a fantastic Treeview mode included. Very versatile, very powerful, and not too difficult to learn.
 
Share this answer
 
Comments
Nazım Melih Oghan 25-Oct-16 16:14pm    
Thank you for your suggestion. I will give it a try.
Here on The Code Project there is an article about a Tri-State TreeView: Tri-State TreeView Control[^] It is old, but it's free.
 
Share this answer
 
Comments
Nazım Melih Oghan 25-Oct-16 16:14pm    
Thanks a lot. This one is awesome...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900