Total .NET Analyzer Rule Documentation  

FormAutoScale Rule

Consider setting the form's AutoScale property to True.

Remarks

A form's AutoScale property determines whether the form and its controls automatically adjust their size based on font changes. If you have this property set to False, form and control size will not adjust based on font changes. If you set this property to True, the form and its controls will adjust proportionately as the font size changes.

Consider setting this property to True if the application's font might change based on the language specified Windows.

Resolution

Review forms that have the AutoScale property set to False, and determine whether the font size might change. If you determine that the font size may change and you want the form and its controls to adjust proportionately, set the AutoScale property to True in the Windows Form Designer Properties window.

See Also

Form.AutoScale Property