That seems odd. I'm not seeing this behavior. I'm using VS.Net 2003, .Net Fx
1.1 w/ SP1. Are you sure that the radiobuttons have actually been added to
the Controls collection for the appropriate groupboxes?

Signature
Tim Wilson
.Net Compact Framework MVP
> Yes - by "groupings" I should have said "groupboxes". I almost expected each
> groupbox to a have, in its property, a collection of the radio buttons for
[quoted text clipped - 17 lines]
> > > ?????
> > > Thanks, Mark
I take it I should look in the generated code? Now that I look, they are
added to the tab, not the groupbox. I think I first added the radio buttons
and then the groupbox - perhaps I should have done it the other way around?
Thx, Tim
> That seems odd. I'm not seeing this behavior. I'm using VS.Net 2003, .Net Fx
> 1.1 w/ SP1. Are you sure that the radiobuttons have actually been added to
[quoted text clipped - 28 lines]
> > > > ?????
> > > > Thanks, Mark
Tim Wilson - 08 Dec 2004 16:55 GMT
You could have either looked in the auto generated code or just moved the
radiobuttons around to see if they get clipped by the appropriate groupbox.
Yeah, if the groupbox is first selected in the designer, and you then start
double-clicking items in the toolbox, if possible they will added to the
selected control. So if you added the groupboxes first and then the
radiobuttons it should have done this correctly. However, you can always
drag the controls around on the form after the fact. So just dump the
correct radiobuttons into the correct groupboxes and that should fix the
problem.

Signature
Tim Wilson
.Net Compact Framework MVP
> I take it I should look in the generated code? Now that I look, they are
> added to the tab, not the groupbox. I think I first added the radio buttons
[quoted text clipped - 33 lines]
> > > > > ?????
> > > > > Thanks, Mark