I have a DataGridView with a lot of columns which causes a horizontal scrollbar. However, when I scroll all the way to the right and sort on a column the datagridview slightly repositions itself, but the scrollbar remains all the way to the right.
I want to stop this behavior and keep the grid in the same position it was in before the grid was sorted, and I would like to continue to use Automatic sorting in the grid if possible.
I found this link and this person is having the same problem, however, the solution proposed there doesn't seem to be applicable since I am not doing manual sorting.
Any thoughts?