BUG: WinForm designer in C#...

  • Thread starter Thread starter anonymouse
  • Start date Start date
Any one from MS can comment on this.

This is for sure true. And caused us A LOT of headache too. I found
Forms with localized settings worse.

I am not sure if the designer loosk at the resource from another
language's setting while working on one language and try to be smart.

James
 
To me this is a feature gone bad. More like freakure

Its practically made our development on UIs costlier. Spending time running
around finding out whats causing this, then finding out fixes. Just wastes
time. Whats worse, is there is no obvious way to override this: .AutoScale
= false does nada, locked = true does nada.
 
Back
Top