[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] remove a TableColumn from a Table
|
- From: David Raines <davidr@xxxxxxxxx>
- Date: Thu, 24 Jul 2003 10:39:41 -0400
- Newsgroups: eclipse.platform.swt
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020826
Is there a way to remove a column from a Table once it has been added?
The snippets from dev.eclipse.org, and and the JavaDocs, explain how to
remove rows from a table: they remove a TableItem, which represents a
row. But you can't directly remove the column.
I can re-fill the table without the items of the column, but the column
name still appears at the top of the table.
Am I missing something? I there a good workaround?
Thanks.