[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] SWT.MULTI in Tables

I have created a table with the SWT.BORDER | SWT.VIRTUAL | SWT.H_SCROLL | SWT.V_SCROLL | SWT.FULL_SELECTION | SWT.MULTI under Win32 and SWT which comes with Eclipse 3.3.3, and doesn't allow me multi selection, only single selection, even though the SWT.MULTI bit is set.

It used to work before, but now it doesn't anymore, and I can't see the cause.
Any ideas please?