Hello and thanks in advance for the help.

Suppose you have a grid that is based on a cursor.

Lets say that 10 rows are visible on the screen.

Lets also say that there are 30 records in the cursor that is being
"browsed" by this grid.

If you use the down arrow on the scroll bar to scroll through the cursor, it
will keep scrolling until the last record of the cursor is in row 1 of the
grid.

The behavior that I would prefer is that it stop scrolling when the last
record is fully visible in the grid (row 10 in this example). Is there any
way to make this behavior happen?

Thanks,
Jeff