Scrollable

interface Scrollable

An interface for any Nodes which can scroll, or hide nodes from view by other means.

Implementations :

  • ScrollPane is the most obvious implementation, and adjusts its scrollbars, so that the node is viewable

  • TabBar selects the tab which contains the node.

  • TitledPane will expand its content (if the node is part of the content).

  • Dock will make themselves visible.

Inheritors

Functions

Link copied to clipboard
abstract fun scrollTo(descendant: Node)

Ensure that descendant is visible on screen.