0

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

uoah
  • 169
  • 1
  • 4
  • 13
  • 1
    Take a look at this question: http://stackoverflow.com/q/6651115/250725. Seems to suggest this is designed behavior since the size of the Form cannot exceed the display. There are some work-arounds to dealing with this situation, but don't directly deal with your case. – psubsee2003 Feb 17 '13 at 12:05
  • Thanks a lot! I think it's the same problem, later I'll try it. – uoah Feb 18 '13 at 11:44

1 Answers1

0

You have study about the .DockStyle and .AutoSize behavior

spajce
  • 7,044
  • 5
  • 29
  • 44