I am trying to find a way to get a scroll event from the RadGridView control. Our requirements want us to display a WebBrowser Control within our row details of the RadGridView. The issue with this is when the row scrolls up or down outside of the bounds of the grid the browser control remains and will overlay other controls outside of the grid which looks a little odd. What I would like to do is register for a vertical scroll event so that I can collapse the expended row details to remove the browser control from the view. Is there a way to get the scroll event. I tried using ScrollViewerExtensions.GetAttachedVerticalScrollBar to acquire the scroll bar but always get null and I can't see any other way to get an event from the grid view itself. Any assistance would be greatly appreciated.