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