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

Hi Steve, Thanks for your answer. I don't actually need a spread sheet where the user can select every cell. But is there a way to find out with a table on which column the user double clicked?
TIA, Berta


Steve Northover wrote:

A table is not a spread sheet. You can't select cells in this manner.

"Berta Hauri" <berta_hauri@xxxxxxxxxxx> wrote in message
news:cp6usp$t8p$1@xxxxxxxxxxxxxxxxxx
Is it possible to set up an SWT table so that you can select a portion of
a row without selecting the whole row. From what I can gather it seems
like
you can either pick the first cell of each row or the entire row but not a
portion of the row. Does anyone know if this is possible? I tried to set
up the table without the SWT.FULL_SELECTION flag, but I can only select
the first cell.
TIA, Berta