[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Tableviewer refresh scrolls to selection

Hi,

I have a very simple tableviewer with a vertical scrollbar. The table gets periodically updated by calling tableviewer.refresh(). When this is called, the table scrolls up/down to show the currently selected row. This is annoying when I am viewing another part of the table and the refresh suddenly causes the table to scroll to up/down to the currently selected row.

Is there a way to stop this 'auto-scrolling to selected row' behaviour?