Form is scrolling to the position of the datagridview, instead of staying on top,
i tried to add
this.AutoScrollPosition = new Point(0, 0);
and also tried to put focus on an element at the top of the form, but of no use, the scroll bar just stops near the datagridview postion.