IsVertical: Boolean
The IsVertical property determines orientation of a component with splitter.
Available values:
true. The component is positioned vertically, that is its panels are top-button from horizontal separator.
false. The component is positioned horizontally, that is its panels are right-left from vertical separator (default).
Use JSON or the setIsVertical method to set the property value and the getIsVertical method to get the property value.
The property use is given on the Example of Creating the Splitter Component page.
See also: