I have a tree view that depicts Test Case Area (Parent Node) and the associated Test Cases (Children). I have checkboxes property set to TRUE. In the NodeCheck method, I want to say "If the parent Node is checked, then check all of its children".
2 Questions
1-How do I iterate through the children of the selected node?
2-How do I handle the situation when a parent nodes state goes from checked to unchecked such that all of its associated children get unchecked too?
Thanks for the help.
Chris
PS- I searched the forum for related questions - found some cool tips and tricks with the TreeViews but nothing that had TreeViews with checkboxes.
2 Questions
1-How do I iterate through the children of the selected node?
2-How do I handle the situation when a parent nodes state goes from checked to unchecked such that all of its associated children get unchecked too?
Thanks for the help.
Chris
PS- I searched the forum for related questions - found some cool tips and tricks with the TreeViews but nothing that had TreeViews with checkboxes.