SetPosition Method (JSplitPane)

Class

JSplitPane.

Action

Sets the position of the divider.

Syntax

C#
splitPane.SetPosition(position)
VB
splitPane.SetPosition(position)
Variable Description
position The new position of the divider. Integer.

Examples

VB

splitPane.SetPosition(100)