I am using treeview with checkboxes in each node as shown below:
+[]Main
[]Child1
[]Child2
I have an indicator from form1 which is checkbox1 and checkbox2 that is uses to control the checkboxes of child1 and 2. If checkbox1 is true automatically child1 will be true, and if checkbox2 is true, child 2 will be true likewise, and so on.
So it hard for me to manipulate the child nodes using the indicator, i need help for this problem coz i am only new to c#, can you show me the code for this problem?
My 2nd question is that, Is there a way to remove the checkbox at Main node coz it is not necessary to have a checkbox there?
thanks in advance and god bless!
Hardz