Removing node from VBox does not trigger relayout

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • fx2.1
    • Affects Version/s: fx2.1
    • Component/s: javafx

      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.

            Assignee:
            Kinsley Wong (Inactive)
            Reporter:
            Sven Reimers (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: