A
Andi Wolf
Hello,
is there any simple posibility to have a control on 2 diferent tabs of a
tabcontrol without synchronizing? I want to have e.g. a checkbox with the
same label and functionality on two different possitions (e.g. on two
different tabs of a tabcontrol). If I check the first the second sould be
checked too. Adding the same control to each of the tabs dosn't work,
because only the last add to a control will have the checkcontrol the other
additions are deleated. The only two solutions I found jet were
synchronizing 2 checkboxes (event checkbox_1 checked will check the second
and reverse) wich isn't a nice solution. The other one would be to catch the
tab changed event and add the checkbox control to the selected tab each time
the tabcontrol changes.
Are there any better posibilities?
regards Andi
is there any simple posibility to have a control on 2 diferent tabs of a
tabcontrol without synchronizing? I want to have e.g. a checkbox with the
same label and functionality on two different possitions (e.g. on two
different tabs of a tabcontrol). If I check the first the second sould be
checked too. Adding the same control to each of the tabs dosn't work,
because only the last add to a control will have the checkcontrol the other
additions are deleated. The only two solutions I found jet were
synchronizing 2 checkboxes (event checkbox_1 checked will check the second
and reverse) wich isn't a nice solution. The other one would be to catch the
tab changed event and add the checkbox control to the selected tab each time
the tabcontrol changes.
Are there any better posibilities?
regards Andi