Available for Nexaweb Java application projects only.
NXML file equivalent: GridLayout.
Arranges components in a uniform grid according to the number of columns you specify for the grid. Studio automatically arranges components in grid row by row across columns from top-left based on the order you add components to container and optionally makes each component the same size.
The Layout Wizard provides the following settings for a gridPane:
|
Setting |
Description |
Options |
|
Horizontal Gap |
Specifies left-to-right space between components in the grid. |
Integer. |
|
Vertical Gap |
Specifies top-to-bottom space between components in the grid. |
Integer. |
|
Columns |
Specifies the number of columns to include in the grid. |
Integer. |
|
Spaces Columns Evenly |
Specifies whether Nexaweb Studio spaces columns proportionally across UI file. |
Click check box to turn on or off. |