Skip to main content

VSplit (세로 분할) Widget Control

The Widget Control (Property · Method · Event) entries you use to control the VSplit widget from a script. For an introduction and usage, visit VSplit.

info

In the examples below, vsplitID is the name (ID) you gave the VSplit widget on the canvas. In scripts, access it as widgetID.member.

Property

info

Not applicable — the VSplit widget has no script-only Property. The pane count, divider style, and similar settings are editing properties in Studio; in scripts, read and write them with the common Widget Control (getProperty / setProperty) below.

Method

info

Not applicable — the VSplit widget has no dedicated Method. Use the common Widget Control below.

Event

info

Not applicable — the VSplit widget has no dedicated Event.

Common Widget Control (all widgets)

note

Every widget supports name-based common Widget Control (Method) entries such as setProperty, getProperty, and setStyleProperty. See the common reference doc (to be written).