Hello
I am using .net 2008 vol. 2 version on UltraGrid control, what I want to achieve is to scroll programatically row in grid after method PerformAction on UltraGrid was invoked, in other words I want the new selected row has the same location as previous selected row.
Default behaviour of grid is to scroll but only when new selected rows is not visible
thanks in advance, regards
Krzysztof Szepietowski
Hi Krzysztof,
You can use grid.ActiveRowScrollRegion to control the scroll position of the grid. There's a FirstRow property you can set and there are also methods like ScrollRowIntoView.
Hi Mike,
Thanks a lot
GuestUse