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?