0

I would like to compute the width for each TableViewerColumn so that it fits the content best. Is there any "best practice" way of doing this?

4

1 回答 1

0

我想你在追求...

TableViewerColumn col = ...;
col.getColumn().pack();
于 2011-03-16T17:10:50.873 回答