Sets the panel's orientation; one of "horizontal" or "vertical".
Returns this split panel.
Usage | Returns |
---|---|
SplitPanel.setOrientation(orientation) | ui.SplitPanel |
Argument | Type | Details |
---|---|---|
this: ui.splitpanel | ui.SplitPanel | The ui.SplitPanel instance. |
orientation | String | The new orientation. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!