Available for Nexaweb Java application projects only.
NXML file equivalent: FreeFlowLayout.
Arranges components horizontally in a row in the order they are placed within the container. As your placement of components fills a row, Studio automatically places components in the next row. You can drag and drop components already in the horizontalFlowPane to manually re-order them.
The Layout Wizard provides the following settings for a horizontalFlowPane:
|
Setting |
Description |
Options |
|
Alignment |
Specifies horizontal alignment of components in pane. |
Start Arranged from top/left of container in left to right orientation. Center Arranged from top/center. End Arranged from bottom/left. |
|
Horizontal Gap |
Specifies horizontal (left to right) gap between components. |
Integer. |
|
Vertical Gap |
Specifies vertical (top to bottom) gap between components |
Integer. |
Note: For NXML file FreeFlowLayout, you must specify the orientation as vertical or horizontal.