Splitter.getMinSize

Overview | Methods | This Package | All Packages

Splitter.getMinSize

Retrieves the minimum distance that must remain between the splitter and the container edge that the control is docked to.

Syntax

public int getMinSize()

Return Value

Returns the minimum distance, in pixels, that must remain between the splitter and the container edge that the control is docked to. For a horizontal splitter (a splitter docked to the top or bottom of a container), this value is the minimum height of the resizable control. For a vertical splitter (a splitter docked to the left or right of a container), this value is the minimum width of the resizable control. The user cannot move the splitter past the limit specified by this value.

See Also   setMinSize