Specifies whether the form implements autoscrolling.
public final void setAutoScroll( boolean value )
value
Set to true to enable the form to autoscroll; otherwise, set to false.
If value is set to true, scroll bars are displayed on the form if any controls are located outside the form's client region. Additionally, when autoscrolling is on, the client area of the form automatically scrolls to make the control that has input focus visible.
See Also getAutoScroll, setAutoScrollMargin