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
250
Programmatically Scrolling
posted

I would like to be able to have the user type in a textbox and as they type it will then scroll down to that name in the grid. how do i programmatically scroll to a specific point in the grid? thanks 

  • 469350
    Verified Answer
    Offline posted

    You will need to loop through the Rows collection to find the row you want. Then you can scroll that row into view using the ActiveRowScrollRegion.ScrollRowIntoView method.