scrollPane

fun NodeManager.scrollPane(content: Node? = null): ScrollPane

Add a ScrollPane to this manager.

Return

the control added.


inline fun scrollPane(content: Node? = null, configuration: KtfxScrollPane.() -> Unit): ScrollPane

Create a ScrollPane with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.scrollPane(content: Node? = null, configuration: KtfxScrollPane.() -> Unit): ScrollPane

Add a ScrollPane with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.