| [news.eclipse.platform.swt] Re: Disabling automatic table scrolling |
Hi,
What I meant: - remove the selection - update the model - setSelection back by using setSelection(ISelection,false);
Tom
Of course that would solve the problem indirectly, however I don't think that's a good solution. From the user's perspective, it would look like they clicked the row and then all of a sudden the row isn't selected anymore. That would most likely appear as another bug.
I'd still prefer to disable the "feature" directly, but at this point I can't find any method or constructor option that would do so.