If the user or control scrolls, how do I determine the amount of pixels that were scrolled? I was comparing e.OldState and e.NewState in BeforeRowRegionScroll and I found nothing.
The grid's vertical scrolling is not pixel-based, it's row based. So there's no way to determine the number of pixels scrolled.
How about column wise?