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

Wrap command should propagate static properties to the new container

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 8u40
    • 8
    • 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.

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

              Created:
              Updated:
              Resolved:
              Imported: