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

Hi,

Why not removing the selection before updating the table model?

Tom

Justin Permar schrieb:
> In our application, when a table's contents are updated, the table view
> automatically scrolls to some pre-determined position. For example, if a
> user selects one of the rows in the table and then scrolls down,
> updating the table's contents will scroll the table back up so that the
> selected row is the first row visible in the table view. How do I turn
> off this automatic scrolling behavior?
>