tilePane

fun NodeManager.tilePane(orientation: Orientation = HORIZONTAL, hgap: Double, vgap: Double): TilePane
fun NodeManager.tilePane(orientation: Orientation = HORIZONTAL, gap: Double = 0.0): TilePane

Add a TilePane to this manager.

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 NodeManager.tilePane(orientation: Orientation = HORIZONTAL, hgap: Double, vgap: Double, configuration: KtfxTilePane.() -> Unit): TilePane
inline fun NodeManager.tilePane(orientation: Orientation = HORIZONTAL, gap: Double = 0.0, configuration: KtfxTilePane.() -> Unit): TilePane

Add a TilePane with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.