Hi,

I have a c# usercontrol that embeds two buttons as children. The
buttons are not normal visual studio buttons but usercontrols
themselves made with vb.net if that matters...

At runtime the control works ok everywhere and the size of the childer
is Size(114,48)

In design-time, the user control works in many Visual Studio projects,
but not on one project! The child buttons are way too big at design
time. Something like Size(190,76).

I actually set the Size of the child controls in the contructor of the
user control to Size(114,48), but something overrides it in designer to
larger size. This is annoying since of course the form does look funny
at design time with too large buttons inside a user control.

Anyone found a similar thing happening?

-pom-