[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: TableViewer without FULL_SELECTION

Selecting a table-cell is not supported by SWT-Table you'll need to use Nebula-Grid which provides this feature. If you *don't* need to support multi-selections you could stay with SWT-Table and use JFace features to make this work (but we currently don't support multi-selection see https://bugs.eclipse.org/bugs/show_bug.cgi?id=206692!).

Tom

David Huebel schrieb:
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



--
B e s t S o l u t i o n . at
--------------------------------------------------------------------
Tom Schindl                                          JFace-Committer
--------------------------------------------------------------------