I need to detect when the grid has been scrolled to the end. What event do you recommend to capture scrolling? ScrollViewer.ScrollChanged is called continually during the scroll. I see that XamDataGrid implements IDeferredScrolledHost which has a ScrollPanel / IDeferredScrollPanel / OnThumbDragComplete which sounds closer to what I want but is a bit buried. Any suggestions? Thanks.
Greg