ConstrainedPane
ConstrainedPane, in the bajaui palette, is a pane with a constrained size. It allows the pane to be restricted by minimum width, minimum height, and maximum height.

You access these properties by expandingBajaui palette and navigate to Panes, double-click ContrainedPane
| Type | Value | Description |
|---|---|---|
| Visible | true (default), false | When true the object is visible. When false the object is hidden. |
| 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). |
| Min Scale Factor | 0.05 (default) | Range is 0.0–1.0. For a new graphic, the default value is 0.5. Setting a value smaller than 0.5 could allow a graphic to become unusable and setting a value to 1.0 does not allow it to shrink at all. |
| Max Scale Factor | 1.00 (default) | The default value for this property is 1.00. This means the graphic won't get any bigger than it currently is. In most cases, you want to shrink images for mobile device display and you do not want to enlarge them when the page gets very big. |
| Content | additional properties | Allows to configure additional parameters for the content of the pane. |