Wrap command should propagate static properties to the new container

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 8u40
    • Affects Version/s: 8
    • Component/s: javafx
    • None

      If you have this:

      HBox
           Button (hgrow=NEVER)
           Label (hgrow=ALWAYS)

      And wrap the label inside a container (a stack pane), you get this:

      HBox
           Button (hgrow=NEVER)
           StackPane (hgrow=INHERIT)
                 Label

      It would be very valuable to keep hgrow=ALWAYS on the newly created StackPane.

            Assignee:
            Sandra Lions-piron
            Reporter:
            Eric Le Ponner
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: