This question is locked. New answers and comments are not allowed.
I want to get the position of the row that I'm currently working on so that when I refresh the grid(which scrolls me back to the top), I can select that row again and scroll to the exact position I was at before refreshing.
The ScrollIntoView works (kind of), but it simply scrolls until my selected row is at the very bottom. I want the scrollbar to be in the exact position it was before. I seems like if I knew the position of the scrollbar, I could just set the position after I refresh the grid.
Can I do this?
The ScrollIntoView works (kind of), but it simply scrolls until my selected row is at the very bottom. I want the scrollbar to be in the exact position it was before. I seems like if I knew the position of the scrollbar, I could just set the position after I refresh the grid.
Can I do this?