[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: SWT Table

Relative sizes are not supported, just pixel sizes.
You could attach a resize listener to the table.
(The resize event occurs at table creation, too.)
This would be the only possibility to get rid of the blind extra column and implent relative sizes.



Is it possible to setWeights to define the relative sizes of colums in a table? Also when I have added colums, there is a space to right hand side that is undefined, how do I get the colums to absorb this space?