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!
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.
Thanks, Mike. To set the ActiveRow works just fine!