|
Hi,
Let's say I have a checkbox and a groupbox. I'd like to achieve that the visibilty of the groupbox would depend on the checked state of the checkbox. Can I bind them together somehow? I know I can do it with event handlers but eventually I need to do it with many pairs, so I have to parse all the groupboxes instead of setting one's visibility. It could be that my question makes no sense but I hope, you can advice me something.
|