Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8119573

Removing node from VBox does not trigger relayout

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • fx2.1
    • fx2.1
    • 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.

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

              Created:
              Updated:
              Resolved:
              Imported: