Total .NET Analyzer Rule Documentation  

FormAutoScroll Rule

Consider setting the form's AutoScroll property to True.

Remarks

A form's AutoScroll property determines whether or not the control will display scrollbars when the form extends beyond the client area, and whether the form automatically scrolls to make the control with input focus visible. If this property is set to False, users with low video resolution settings may lose the ability to view controls. In most cases, this property should be set to True to ensure that the user can access all controls on the form.

Resolution

In general, the form's AutoScroll property should be set to True. Use the Windows Form Designer Properties Window to change the property.

See Also

Form.AutoScroll Property