java - TableColumn set width equal header -


after added menubutton can not can not correct size

the tableview after load looks this

enter image description here

how can set each column's width equal inner content width of column ? or right blank space should distributed in balanced way

i can not them both

tablecolumns[i].setminwidth(tablecolumns[i].minwidthproperty().get() + 50);//does not work  tableview.columnresizepolicyproperty().set(...)//not work 


Comments

Popular posts from this blog

java - Static nested class instance -

Python Pandas join aggregated tables -

process - Python What is the difference between a Pool of worker processes and just running multiple Processes? -