JavaFX TreeView TreeColumn auto-size to fit content
问题 I have been trying to figure out how to auto-size TreeView columns to fit their content for a while now. This has been asked before, but the response was minimal and not acceptable. [javafx column in tableview auto fit size Curiously, the behavior I'm looking for is exactly what happens when you double-click a column resize line in TableView. However, I have been unable to figure out how this occurs when looking through the JavaFX source code. Does anyone know how/where the double-click