jfxScrollPane

inline fun NodeContainer.jfxScrollPane(): JFXScrollPane

Add a JFXScrollPane to this container.

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 NodeContainer.jfxScrollPane(configuration: KtfxJfxScrollPane.() -> Unit): JFXScrollPane

Add a JFXScrollPane with configuration block to this container.

Return

the control added.

Parameters

configuration

the configuration block.