ListCell is not resizable during the run

XMLWordPrintable

    • Type: Bug
    • Resolution: Incomplete
    • Priority: P4
    • None
    • Affects Version/s: fx2.0
    • Component/s: javafx
    • Environment:

      Win7 64b

      Once cell is sized, it can not be resized

          cell.setOnMouseClicked(new EventHandler<MouseEvent>() {

                  public void handle(MouseEvent t) {
                      System.out.println("cell clicked");
                      final Contact contact = cell.getItem();
                      cell.setPrefHeight(EXPANDED_HEIGHT);
                      cell.setMinHeight(EXPANDED_HEIGHT);
                      cell.autosize();
                      cell.resize(Util.LIST_WIDTH, EXPANDED_HEIGHT);
                  }
              });

      none of these is working to resize correctly cell

            Assignee:
            Jonathan Giles
            Reporter:
            J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: