I have a user control that has label and text box but i can’t determine why they are always re-sizing during runtime. Here are the snap-shot:


as you can see…the objects has been resize and the spacing has been change.
I dont think that it has to do with my code…Is it only the settings of vb.net?
Please help.
I just found the answer to my question. Instead of user control, I change the form (the container) AutoScaleMode from Form to None.
Thanks everyone!
Cheers!