Hi,
I need help with my groupboxes. If you look at the picture of my application you can see three groups of radiobuttons.
The top group labelled "unit" type works fine. But the ones below acts as they are in the same groupbox, I can only select one of the total of 7 radiobuttons.
My conclusion was that the outer groupbox labelled "BMR Calculator" was controlling all of them. I googled without finding any information on how to tell my radiobuttons which groupbox they should be managed by (maybe not possible in winforms?).
So, I deleted my outer "BMR Calculator" groupbox so that my bottom radiobuttons were in one group for each set: "Gender" and "Weekly activity level".
But...I still got the same problem, the 7 radiobuttons for gender and activity still behaved like they were in the same groupbox.
Please help me sort this out.
Thank you in advance!