BUG: Annoying Windows Designer bug

B

Bug

Hi,

In the windows form designer, the default value for
AutoScale (scale form for selected font) is set to true,
this causes problems between machines that have different
fonts in a development team, the forms resize and every
code checkin is auto resizing the form and just darn
anoying.

Recommend this is set to FALSE as a default value in the
designer.

Thanks.
 
B

bwahahahaha

Any1?

Why would forms on one developmenet IDE be different on another, the only
reason I could see was this AutoScale form property, but even setting that
to false (and I think this should be defaulting to false in the designer)
doesnt fix this. Any1 seen this before?

This affects positions of forms even when overridden by setting them
explicitly and also in the designer it changes form sizes.
 
H

Herfried K. Wagner [MVP]

* "bwahahahaha said:
Why would forms on one developmenet IDE be different on another, the only
reason I could see was this AutoScale form property, but even setting that
to false (and I think this should be defaulting to false in the designer)
doesnt fix this. Any1 seen this before?

This affects positions of forms even when overridden by setting them
explicitly and also in the designer it changes form sizes.

AFAIK a "known problem" too.

;-)
 
A

anonymouse

This form resizing bug is seriously annoying.

Can we get around this by setting the design property .Locked = true?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top