flowPane
inline fun NodeContainer.flowPane(orientation: Orientation = HORIZONTAL, hgap: Double, vgap: Double): FlowPane
inline fun NodeContainer.flowPane(orientation: Orientation = HORIZONTAL, gap: Double = 0.0): FlowPane
Add a FlowPane to this container.
Return
the control added.
inline fun flowPane(orientation: Orientation = HORIZONTAL, hgap: Double, vgap: Double, configuration: KtfxFlowPane.() -> Unit): FlowPane
inline fun flowPane(orientation: Orientation = HORIZONTAL, gap: Double = 0.0, configuration: KtfxFlowPane.() -> Unit): FlowPane
Create a FlowPane with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun NodeContainer.flowPane(orientation: Orientation = HORIZONTAL, hgap: Double, vgap: Double, configuration: KtfxFlowPane.() -> Unit): FlowPane
inline fun NodeContainer.flowPane(orientation: Orientation = HORIZONTAL, gap: Double = 0.0, configuration: KtfxFlowPane.() -> Unit): FlowPane
Add a FlowPane with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.