I noticed that the Datagridview automatically scrolls to a row that the user selected when a record is added above the selected row. When the record is added below the selected row it does not jump to the selected row.
I would like to prevent it from jumping to the selected row when the record is placed above it. What can I do to get to behavior?