Adjust row height when wrapping text in a JavaFX TableView editable TextFieldTableCell

你。 提交于 2020-01-16 10:15:11

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!