styledJfxScrollPane
Create a styled JFXScrollPane.
Return
the styled control created.
Parameters
styleClass
the CSS style class.
id
the CSS id.
inline fun NodeContainer.styledJfxScrollPane(vararg styleClass: String, id: String? = null): JFXScrollPane
Add a styled JFXScrollPane to this container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
inline fun styledJfxScrollPane(vararg styleClass: String, id: String? = null, configuration: KtfxJfxScrollPane.() -> Unit): JFXScrollPane
Create a styled JFXScrollPane with configuration block.
Return
the styled control created.
Parameters
styleClass
the CSS style class.
id
the CSS id.
configuration
the configuration block.
inline fun NodeContainer.styledJfxScrollPane(vararg styleClass: String, id: String? = null, configuration: KtfxJfxScrollPane.() -> Unit): JFXScrollPane
Add a styled JFXScrollPane with configuration block to this container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
configuration
the configuration block.