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

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
>