Overview
Drop-in replacement for HBox that supports resizing of children to fit the available space. ExtendedLayoutInfo can be used with this class to specify grow behavior.
Profile: desktop
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | content | Node[] | ![]() | ![]() | ![]() |
A sequence of child Nodes that will be rendered in order whenever this ResizableHBox is rendered. |
|
| public | hpos | HPos | ![]() | ![]() | ![]() |
The horizontal position of each node within the ResizableHBox's row.
The horizontal position of each node within the ResizableHBox's row. This is offered for compatibility only, but the recommended practice is to assign a layoutInfo with the desired horizontal position. If layoutInfo is set, this parameter is not used. |
|
| public | nodeVPos | VPos | ![]() | ![]() | ![]() |
The vertical position of each node within the ResizableHBox's row. |
|
| public | spacing | Number | ![]() | ![]() | ![]() |
The amount of horizontal space between each child node in the ResizableHBox |
|
| public | vpos | VPos | ![]() | ![]() | ![]() |
The vertical position of each node within the ResizableHBox's column.
The vertical position of each node within the ResizableHBox's column. This is offered for compatibility only, but the recommended practice is to assign a layoutInfo with the desired vertical position. If layoutInfo is set, this parameter is not used. |
Inherited Variables
org.jfxtras.scene.layout.DefaultLayout
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public-read protected | defaultLayoutInfo | LayoutInfoBase | ![]() | subclass | subclass |
The default layout info for this Node.
The default layout info for this Node. Usually this will be initialized by the Node subclass to a static LayoutInfo for all instances. Any values set on this will override the default Constraint values. |

