[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] TableViewer without FULL_SELECTION
|
Hi,
I have a TableViewer that has always used SWT.FULL_SELECTION, so users could
only select whole rows. Now I need to allow users to select parts of a row
without selecting every column. However, when I change the style bits from
SWT.BORDER | SWT.MULTI | SWT.FULL_SELECTION to SWT.BORDER | SWT.MULTI, I
don't see any change in behavior. Is there anything else I need to do to
disable full row selection?
Thanks,
David