Retrieves a boolean value that indicates whether the form will allow scrolling of the form's contents when controls are located outside the form's bounds.
public final boolean getAutoScroll()
Returns true if autoscrolling is allowed; otherwise, returns false.
The ability to autoscroll a form allows the form to have a virtual size that is larger than the current form bounds.
See Also setAutoScroll