jfxScrollPane

fun NodeManager.jfxScrollPane(): JFXScrollPane

Add a JFXScrollPane to this manager.

Return

the control added.


inline fun jfxScrollPane(configuration: KtfxJfxScrollPane.() -> Unit): JFXScrollPane

Create a JFXScrollPane with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.jfxScrollPane(configuration: KtfxJfxScrollPane.() -> Unit): JFXScrollPane

Add a JFXScrollPane with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.