Hi,
I've a WinGrid containing first, last name, etc. I've also some controls like text editors to change the content of the WinGrid using databinding. When I select a row in the WinGrid, change the content and after saving everything into the database I do a resort of the WinGrid and the row is still active which is perfectly fine but it's very likely that this row is not on the actually shown content of the WinGrid so I've to scroll to the changed row which is not very user friendly.
My question is how can I force the WinGrid to show the active row after changing the content and resorting the WinGrid? Probably it's fairly easy if you know how to do it :-)
Regards, Wolfgang
Hi Wolfgang,
Something like:
grid.ActiiveRowScrollRegion.ScrollRowIntoView(grid.ActiveRow);