Overview | Methods | This Package | All Packages
Specifies whether the form implements autoscrolling.
Syntax
public final void setAutoScroll( boolean value )
Parameters
value
Set to true to enable the form to autoscroll; otherwise, set to false.
Remarks
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