K
K Viltersten
I have a set of checkboxes and i'd like to make
some of them to get automatically checked, upon
checking of others.
Example:
If the user checks A1, then A should be checked
in as well.
A
A1
A2
I've solved it using the event CheckedChanged.
However, the problem is that the programmatical
checking of A, doesn't fire the method.
This causes a problem if i have a deeper
hierarchy of checkboxes, as shown below. Hints?
A
A1
A1a
A2
some of them to get automatically checked, upon
checking of others.
Example:
If the user checks A1, then A should be checked
in as well.
A
A1
A2
I've solved it using the event CheckedChanged.
However, the problem is that the programmatical
checking of A, doesn't fire the method.
This causes a problem if i have a deeper
hierarchy of checkboxes, as shown below. Hints?
A
A1
A1a
A2