Hi,
I want to restore the scroll position of my grid after rebuilding it.
Unfortunately, the FirstVisibleRow property sometimes returns a
SpacerRow instead of the real visible row. I can’t do anything with it.
How can I get the next row after the SpacerRow? Is there another way to
retrieve the scroll offset? Can I simply deactivate the SpacerRows?
I tried some hints posted on the forums for example : getting the parent group but it doesn’t always works.
I checked your sample showing how to synchronise two grids, they don’t
worry with this case (they always cast the value to a DataRow)
Thanks
John
Imported from legacy forums. Posted by Jonathan (had 2167 views)