scrollPane
Add a ScrollPane to this container.
Return
the control added.
Create a ScrollPane with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun NodeContainer.scrollPane(content: Node? = null, configuration: KtfxScrollPane.() -> Unit): ScrollPane
Add a ScrollPane with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.