Overview
Extends LayoutInfo with additional parameters specific to Grids.
Profile: common
Script Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | GRID_DEFAULT | GridLayoutInfo | ![]() |
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | hgrow | Grow | ![]() | ![]() | ![]() |
The priority for allocating unused space in the Grid.
The priority for allocating unused space in the Grid. Components with the same horizontalGrow value will receive an equal portion of the Grid. If unset this value will default to: GridConstraints.NEVER Note that extra space is first allocated to the Grid columnPercentages. |
|
| public | hspan | Integer | ![]() | ![]() | ![]() |
The number of columns that this Node will span. |
|
| public | vgrow | Grow | ![]() | ![]() | ![]() |
The priority for allocating unused space in the Grid.
The priority for allocating unused space in the Grid. Components with the same verticalGrow value will receive an equal portion of the Grid. If unset this value will default to: GridConstraints.NEVER Note that extra space is first allocated to the Grid columnPercentages. |
|
| public | vspan | Integer | ![]() | ![]() | ![]() |
The number of rows that this Node will span. |
Inherited Variables
org.jfxtras.scene.layout.ExtendedLayoutInfo
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | fill | Fill | ![]() | ![]() | ![]() |
If set, will cause the Node to take all available space in the horizontal or vertical direction.
If set, will cause the Node to take all available space in the horizontal or vertical direction. See Fill for more details. |

