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.

Figure 1. SplitPane Property Sheet


You access these properties by expandingBajaui palette and navigate to Pane, double-click SplitPane

PropertyValueDescription
Visibletrue (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.

Layoutadditional 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 1additional propertiesConfigures additional properties for the widget.
Widget 2additional propertiesConfigures additional properties for the widget.
Divider WidthnumberSets the width of the split plane divider.
Moveable Dividertrue (default) falseWhen set to true allows the divider to move. When set to false does not allow the divider to move.
Divider PositionnumberSpecifies the divider position.
Orientationdrop-down listSpecifies the orientation of the divider.
Continuous layouttrue (default) falseWhen set to true allows continuous layout. When set to false does not allow continuous layout.