SplitPane
SplitPane, in the bajaui palette, is a pane with a divider between two child widgets. The children can be laid out horizontally or vertically. Use the SplitPane properties to configure the behavior and position of the divider between the two panes.

You access these properties by expandingBajaui palette and navigate to Pane, double-click SplitPane
| Property | Value | Description |
|---|---|---|
| Visible | true (default) false | Sets the table to be visible in the
Px page interface (true) or not (false). |
| Enabled (Px graphics) | true (default) false | Determines if the table on
a Px page can receive a command. true configures the page to receive a command using a popup menu. false renders the display visible but unable to receive a command. |
| Layout | additional properties | Opens a layout window for specifying the size and location of the table in relation
to its parent (X, Y coordinates, height and width). |
| Widget 1 | additional properties | Configures additional properties for the widget. |
| Widget 2 | additional properties | Configures additional properties for the widget. |
| Divider Width | number | Sets the width of the split plane divider. |
| Moveable Divider | true (default) false | When set to true allows the divider to move. When set to false does not allow the divider to move. |
| Divider Position | number | Specifies the divider position. |
| Orientation | drop-down list | Specifies the orientation of the divider. |
| Continuous layout | true (default) false | When set to true allows continuous layout. When set to false does not allow continuous layout. |