Splitter.setMinExtra

Overview | Methods | This Package | All Packages

Splitter.setMinExtra

Sets the minimum distance that must remain between the splitter and the edge of the opposite side of the container (or the closest control docked to that side).

Syntax

public void setMinExtra( int value )

Parameters

value

The minimum distance, in pixels, that must remain between the splitter and the edge of the opposite side of the container (or the closest control docked to that side). For a horizontal splitter (a splitter docked to the top or bottom of a container), the minimum height of the area of the container reserved for undocked controls is this value minus the height of the splitter. For a vertical splitter (a splitter docked to the left or right of a container), the minimum width of the area of the container reserved for undocked controls is this value minus the width of the splitter. The user cannot move the splitter past the limit specified by this value. The default value is 25.

See Also   getMinExtra