Splitter.setMinSize

Overview | Methods | This Package | All Packages

Splitter.setMinSize

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

Syntax

public void setMinSize( int value )

Parameters

value

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. The default value is 25.

See Also   getMinSize