Constraints on GridPane don't work

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 8
    • Affects Version/s: 8
    • Component/s: javafx

      See the attached application. It uses following column constraints:
              c1.setHalignment(HPos.RIGHT);
              c2.setHgrow(Priority.ALWAYS);
              c2.setFillWidth(true);
      I would expect the content of the first column to be aligned right and the second column to grow with its content filling the entire width. None of this happens.

      Row constraints behave the same (don't seem to be used).

      Or did I understand the usage wrong?

            Assignee:
            Martin Sládeček
            Reporter:
            Pavel Šafrata
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: