Click here to Skip to main content
15,888,293 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I Have created a treeview control and populated it with data.
Tree has some parent and child nodes.I want to write a validation function for this control.When i select the parent control ,one child node must also be selected.if i select the child node ,its parent node should also be selected.
Posted
Comments
Zoltán Zörgő 18-May-13 15:37pm    
what have you tried so far?

You should not try do to this, this is never useful and would only confuse the users. If you are using System.Windows.Forms.TreeView, multiple selection is not supported.

—SA
 
Share this answer
 

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