Hi,
For those who are wondering as I was, if you want to bring a certain row from the ultragrid into view, like how you would do with an UltraTreeNode.BringIntoView(...), just set the row you want to see as the ActiveRow by calling Activate().
Hope this helps anyone.
Cheers
You could also use grid.ActiveRowScrollRegion.ScrollRowIntoView to scroll a row into view without changing the ActiveRow. :)
Thanks Mike, will keep that in mind! :-)