Grouping Radio Buttons
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Is there any way to group several radio buttons without putting them into a GroupBox ?
-
Is there any way to group several radio buttons without putting them into a GroupBox ?
You can only have one grouping of RadioButtons per Form, GroupBox, or Panel. If you want to have several groupings that look like they're on the same form, then I suggest you put them inside borderless Panels.
-
Is there any way to group several radio buttons without putting them into a GroupBox ?
Set the Groupnames same with the other radiobuttons GroupName="a"> GroupName="a"> GroupName="b"> GroupName="b">