When I build my form on my machine it looks fine, but when it is compiled on a different computer the size of the form itself is wrong. Labels are moved around and things are no longer aligned properly.
How do I guarantee that everything will look the same on any computer?
I tried setting AutoScaleMode
to none, and it helped a bit but then the labels were partially underneath the corresponding text boxes.