[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: How wo display a TableColumn in Table?

SonicLee wrote:
I have tried it.It doesn't work.
Thank you all the same.
Sonic


Aside from the layout, u should call table.setHeadersVisible(true); to show the columns.

If you want to show the lines too, just call:
	table.setLinesVisible();
to show the lines.

I really wonder why the headers and the lines
aren't shown by default though :(