I am using the SpreadsheetGear control. I would like to be able to get the position of the vertical scroll bar so that after a refresh of the control I can return users to the same set of rows they were viewing before the refresh.
The ScrollPositionChanged event is working just fine, but I'm not seeing any information in the WorkbookView object or the ScrollPositionChangedEventArgs object that tells me the current location of the scroll bar.
I'm also not seeing any way to set a value on the vertical scroll bar to reset it's location after the refresh.
I'm sure I'm being thick here. Thanks in advance.