Splitter.getMinExtra

Overview | Methods | This Package | All Packages

Splitter.getMinExtra

Retrieves 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 int getMinExtra()

Return Value

Returns 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.

See Also   setMinExtra