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
455
How to scroll the grid to a specific row?
posted

Hi,

How can I scroll the grid to a specific row that was not initially displayed? I thought I used to do it successfully, but I cannot find the property now.

Thanks!

Parents
  • 469350
    Verified Answer
    Offline posted

    Use the grid.ActiveRowScrollRegion. You could set the FirstRow property or use methods like ScrollRowIntoView. 

    Or, you could set the ActiveRow on the grid and the will automatically bring the row into view in addition to activating it. 

Reply Children
No Data