Reputation: 949
Using SWT.FULL_SELECTION in the TableViewer I am able to select the multiple cells in SWT Table. But I instead of selecting the entire row, I want to select column wise just like behavior in MS-Excel. It it possible to somehow implement it in SWT Table/TableViewer?
Upvotes: 0
Views: 78
Reputation: 33
Unfortunately, it is not possible with the native SWT Table. Check NatTable which is a "super" Table/Tree
Upvotes: 1