Problem with form designer size

  • Thread starter Thread starter Mike D.
  • Start date Start date
M

Mike D.

I have just installed VS.NET 2003 and the first thing I
get is a problem. I started a new C# WinForms project and
the form I get has a fixed designer surface that I have
not been able to increase. I can change the size of the
form, but the design surface stays as about 300px by
300px. I can tell when I load in sample apps that these
other people do not have this problem.
How can I get the design surface to a usable size?
Thanks
 
Hi Mike,

It only changes in your designer if you change it in the designer properties
of the form or pulling it wider with the designer.

The settings on load time do not affect the settings in the designer.

I hope this helps.

Cor
 
Back
Top