问题
I tested one of the solutions provided here: Wrapping text in a JavaFX TableView editable TextFieldTableCell for the wrapping of the text in a cell of the TableView. The last solution does not work for me, but the one of Pavlo Viazovskyy is fine except that the whole text is only shown when I click in the table.
Before the click
After the click (either on the table or even in some other windows app)
I tried many things, but I am not finding the was to somenow refresh the table view so that it looks OK before I click.
来源:https://stackoverflow.com/questions/59608190/adjust-row-height-when-wrapping-text-in-a-javafx-tableview-editable-textfieldtab