How can I set a TableView\'s resize policy from FXML? I tired this way, but it\'s not working:
To set columnresize policy for tableview using fxml , you have to use tag . This will work on javafx 2.2 and later..
Reference :
Defining TableView columnResizePolicy property with fxml