Is there a way to make the grid scroll vertically more than one row at a time? I have a need to make the grid scroll by N rows. The only property/method I see is SetVertScrollOffset which seems to do nothing. How come there's no VScroll events? The only events I can see that allow me to hook into the vertical scrolling are TopRowChange and TopRowChanging.