HemantS
HemantS

Reputation: 318

Javafx TreeTableView enable Show/Hide columns button

https://wiki.openjdk.java.net/display/OpenJFX/TreeTableView+User+Experience+Documentation

Can someone help me enable Show/Hide button for columns in TreeTableView? In the above documentation it is showing the screenshot for the same but I am not able to enable it.

Thanks

Upvotes: 1

Views: 811

Answers (1)

James_D
James_D

Reputation: 209684

Use

treeTableView.setTableMenuButtonVisible(true);

Upvotes: 2

Related Questions