Can you make RadioGroups independent?

Posted by Lee Hallin p12462 on May 18, 2007

Here's what I did:
1) Created RadioGroup1
2) Added a RadioButton1 to it
3) Created RadioGroup2
4) Added a RadioButton2 to it
5) When I run the program, if I click RadioButton1, it gets checked. If I click RadioButton2 it gets checked BUT RadioButton1 gets cleared! Is this behavior the only way RadioGroup'd buttons work?

In my "real" application, there are several RadioButtons in each RadioGroup.

If I use GroupBox instead of RadioGroup, I get the desired results.

Related articles

       

Follow Ups