[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Table columns
|
Hi
I'm trying to set up a table so that one column is a label or header column,
and the second column is editable. While I haven't got to the editable bit
yet, is there any way I can set up my first column so that the background
color is the widget background color? I've had a look at the TableItem
class, but setting the background on a TableItem object affects a whole row,
and not a column.
I've also tried using the JFace TableViewer class with success to display my
table, but still can't find anything to do what seems to be a relatively
common requirement.
Any help much appreciated...
Craig