I have a case like this: I make a choice. I want the choices below to be selected and the choices above to be unselected.
I have chosen TAdvOfficeCheckGroup. Unfortunately, I can't/don't know how to do it here. The CheckBox will only change the status to Checked after all the events are caught up.
Can this be done? Or do you have another suitable component for such a task?
I can do it using:
- TGroupBox
- TVirtualStringTree
Thanks