[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: Fitting columns into visible part of a table

Paul,

ColumnWeightData is a jface class which resides above swt, so swt doesn't
know anything about it.  It might be useful if you were using a jface
TableViewer instead of an swt Table though.

Grant

Paul Levin wrote:

> Thank you,

> I tried using ColumnWeightData class but it seems to have no effect on
> columns' width. Are there known bugs related to that?

> Paul