Bottom two rows move when selected

When a user clicks one of the bottom two visible rows, the selection scrolls upward. This makes double clicking very awkward. Is there a way to control this?

You may try to disable the autoscroll the following way:

mygrid.moveToVisible=function(){};