I want to know, if a node is visible at the current view position of a scrollpane and also how much.
Does anyone know how to read the position values of a node according to this issue? I tried it already with getBoundsInParent.getMaxX(), but this seems not to be the right way, because the parent of the node is not directly the scrollpane.