In my solution, I have a project in which I'm creating custom controls. When I build that project, I can insert the custom control in another project through the designer. All works well
With one of those controls however, and one of the forms, I'm having trouble. It's supposed to be a control of fixed size, with a listbox, a button, a groupbox and little else. But when I drag it from the designer, into this particular form, the listbox and button sizes are all wrong, way bigger than the original. This doesn't happen with other controls nor with other form. The properties I see in the properties window for all the forms (except for Text, Font, Name...) are the same.
I'd appreciate your ideas and guidance as to how to look for what's going on. I'm quite new with VS and .NET
Thanks