See here: https://community.oracle.com/thread/3513487
I couldn't make cell.setMaxWidth work (ListCell, TreeCell)
It turned out, that I have to use setPrefWidth in order to restrict a cell's width.
In my opinion a bug, since setMaxWidth should work as well.
I couldn't make cell.setMaxWidth work (ListCell, TreeCell)
It turned out, that I have to use setPrefWidth in order to restrict a cell's width.
In my opinion a bug, since setMaxWidth should work as well.