verticalFlowPane

Available for Nexaweb Java application projects only.

NXML file equivalent: FreeFlowLayout.

Arranges components vertically in a column in the order they are placed within the container. As your placement of components fills column, Studio automatically places components in the next column. You can drag and drop components already in the verticalFlowPane to manually re-order them.

The Layout Wizard provides the following settings for a verticalFlowPane:

 

Setting

Description

Options

Alignment

Specifies vertical alignment of components.

Start  Arranged from top/left of pane in top to bottom orientation.

Center  Arranged from left/center of pane.

End – Arranged from left/bottom of pane.

Horizontal Gap

Specifies horizontal (left to right) gap between components as components fill the vertical axis and spread horizontally across the pane.

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.