java - TableColumn set width equal header -
after added menubutton
can not can not correct size
the tableview
after load looks this
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
Post a Comment