The TreeViewFitColumnBug.java example attached shows that column autofitting does not work
- expected: column width such that text in all rows fully visible
- actual: text is eclipsed
JDK-8251480 fixed this problem for TableView.
- expected: column width such that text in all rows fully visible
- actual: text is eclipsed
- clones
-
JDK-8251480 TableColumnHeader: calc of cell width must respect row styling
- Resolved