[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: How to make cells in Table having border
|
Veronika Irvine wrote:
> Table.setLinesVisible(true) - this gives lines in the table - not quite like
> Excel but Excel is a spreadsheet and not a table.
> \"George Cuong\" <cuongnt@xxxxxxxxxxx> wrote in message
> news:b9rfrv$e5o$1@xxxxxxxxxxxxxxxx
> > How can I create table look like MS Excel as each cell has a border
> > (rectangle)
> >
I did tried this (setLinesVisible(true), it works fine on the Windows
platform, meaning the are line delimiters between columns and rows,
but not on the Linux SDK platform.
In addition I use TableCursor to handle editing an individual cell in a
table,
it works fine on the windows, but no on the Linux-SDK, i.e.
the TableCursor and the Text are not visible.