[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Disabling automatic table scrolling

Hi,

Log a feature request against Platform > UI and prefix it with [Viewers] and CC me describing your use case, ... .

What I meant:
- remove the selection
- update the model
- setSelection back by using setSelection(ISelection,false);

Tom

Justin Permar schrieb:
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.