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
400
Scrolling the WinGrid from code behind
posted

Hi,

  How can I auto scroll the WinGrid from code behind ?

I have to update a cell of each row  of the grid one by one and

when it reaches to the last row (as displayedin the current view) ,

the Win grid should auto scroll up to shown the next row and so on till it reaches the last row of the collection.

 

Thanks in advance.

 

-Deep

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    You can also scroll without changing the ActiveRow using the grid.ActiveRowScrollRegion object. There is a FirstRow property you can set and also a Scroll method with a number of overloads.

Children