[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: Fitting columns into visible part of a table
|
- From: grant_gayed@xxxxxxxxxx (Grant Gayed)
- Date: Thu, 13 Feb 2003 13:52:54 +0000 (UTC)
- Newsgroups: eclipse.tools
- Organization: http://www.eclipse.org
- User-agent: NewsPortal 0.23
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