I develop in a laptop that has a resolution of 1280x800. In my winforms app there are some forms that their height is bigger than 800. Normally I connect a lcd 17" or 19", but when not and I open a form that has 1280x1024, visual studio 2010 automatically resizes to my laptop resolution my form and then I have some troubles to resize all the controls.
I wonder if there is an option to avoid this behavior.
Thanks a lot