Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
225
DataGrid scrolling
posted

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

  • 8576
    Offline posted
    Hi Greg -
     
    Unfortunately, there is no event that is exposed that gives you this info directly.   I guess the ScrollChanged event is as good as any for this purpose.  If you can describe the kind of event you would like to, when it would be fired and what parameters would be passed you can submit a feature request here: http://devcenter.infragistics.com/Protected/RequestFeature.aspx 
     
    Joe