| [news.eclipse.platform.swt] Re: Table Cell Selection |
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@xxxxxxxxxxxxxxxxxxlikeIs 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 seemsyou 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