Details
Description
I add some nodes programatically to a VBox inside a ScrollPane, those get appended as expected. If I remove one of those with vbox.getChildren().remove(node) a blank area is shown where the node previously was drawn. If I use vbox.getChildren().clear() and readd all others everything looks fine.