BUG: Annoying Windows Designer bug

  • Thread starter Thread starter Bug
  • Start date Start date
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.
 
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.
 
* "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.

;-)
 
This form resizing bug is seriously annoying.

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