DataGridView maintain scroll position after refresh

  • Thread starter Thread starter MigrationUser 1
  • Start date Start date
M

MigrationUser 1

Guest
I have a read-only DataGridView that I periodically refresh with data. If the user is looking at the grid and has scrolled vertically or horizontally I want to maintain that position after I do the refresh.

I cant find any way to interogate the current scroll position or to manually change the scroll position.

Am I overlooking the obvious??

TIA

Continue reading...
 
Back
Top