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

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -