For best results, make a ScrollPane the root of your Px page and then add a FlowPane to the ScrollPane’s Content property.
Examples folder that contains pre-configured FlowPanes and CanvasPanes to help you start designing mobile-friendly px pages.

| Name | Value | Description |
|---|---|---|
| Visible | true (default) or false |
Sets the table to be visible in the Px page interface (
true) or not (false).
|
| Enabled (Px graphics) | true (default) or false |
Determines if the table on a Px page can receive a command.
|
| Align | Left, Center, Right, or Fill |
Provides options for setting the alignment of FlowPane child widgets. The Fill option expands any child ResponsivePane's set to a percentage to fill the row. |
| Row Align | Top, Center, Bottom, or Fill |
Provides options for setting the alignment of row content (top, bottom, center, and fill). |
| Hgap | 4 pixels (default) | Specifies the horizontal gap between child widgets in a row. |
| Vgap | 4 pixels (default) | Specifies the vertical gap between rows. |
| Background | Solid, Gradient, Image, or Null (default)
|
Specifies the background fill color.
|