Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 java fx 应用程序,我正在使用 TreeTableView,当我在其中插入一些数据时,它看起来像这样:
有没有办法,所以我可以让列拉伸以查看单元格内的所有内容?
您可以使用类中的#setPrefWidth方法TreeTableColumn来设置列的首选宽度。如本例所示。
TreeTableColumn