Overview | Methods | This Package | All Packages
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.
Syntax
public final boolean getAutoScroll()
Return Value
Returns true if autoscrolling is allowed; otherwise, returns false.
Remarks
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