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 can't find any way to interogate the current scroll position or to manually change the scroll position.
Am I overlooking the obvious??
TIA
I can't find any way to interogate the current scroll position or to manually change the scroll position.
Am I overlooking the obvious??
TIA