scrollTo

fun scrollTo(contentDescendant: Node)

Ensures that contentDescendant is fully visible. contentDescendant must be a descendant of content.

Note. This currently does NOT work correctly with descendants of transformed nodes, such as Rotation. Sorry, it is on my to-do list, but is low priority.