[TilePane] -fx-pref-columns and -fx-pref-rows not applicable

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P3
    • 8
    • Affects Version/s: 7u6
    • Component/s: javafx
    • Environment:

      2.2.0-b20

      this code,
      TilePane pane = new TilePane();
      pane.setStyle("-fx-pref-columns:10;-fx-pref-rows:10");
      System.out.println("pref-columns:" + pane.getPrefColumns() + ", pref-rows:" + pane.getPrefRows());
      output "pref-columns:5, pref-rows:5"

            Assignee:
            David Grieve
            Reporter:
            Sergey Lugovoy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: