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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • 8
    • 7u6
    • javafx
    • 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"

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

              Created:
              Updated:
              Resolved:
              Imported: