L10N: Autosize property of labels on windows forms
Lately, I was wondering why the Autosize property of label on windows forms is set to true, this is annoying and tiring if you love using windows forms designer(yucks! kidding

), because you often want a properly aligned controls and fixed with labels on data entry textboxes.But not until i want to loicalize these labels I realized that this is very helpful on making labels display localized text that extends more than the default text. Most of the time, English text is shorter than dannish, finnish, or scadinavian translations, sometimes its the other way around.
HTH!