Form.setAutoScrollMargin

Overview | Methods | This Package | All Packages

Form.setAutoScrollMargin

Sets the width and height of the autoscroll margin.

Syntax

public final void setAutoScrollMargin( Point value )

Parameters

value

A Point object that specifies the width and height of the autoscroll margin.

Remarks

The autoscroll margins define the width and height of the border around each control. This border is used to determine when scroll bars are needed on the form and where to scroll to when a control is selected.

See Also   getAutoScrollMargin, setAutoScroll