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?