styledJFXScrollPane

fun styledJFXScrollPane(vararg styleClass: String, id: String? = null): JFXScrollPane

Create a styled JFXScrollPane.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledJFXScrollPane(vararg styleClass: String, id: String? = null): JFXScrollPane

Add a styled JFXScrollPane to this manager.

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 NodeManager.styledJFXScrollPane(vararg styleClass: String, id: String? = null, configuration: KtfxJfxScrollPane.() -> Unit): JFXScrollPane

Add a styled JFXScrollPane with configuration block to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.

configuration

the configuration block.