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
Thanks a lot Mike
ActiveRowScrollRegion.ScrollRowIntoViewWorked for me.
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.
When you assign a new value to the control's ActiveRow property, that row is brought into the viewable area of the control.