1
Answer

Form is scrolling to the position of the datagridview

Sri Hari

Sri Hari

8y
650
1

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.
Answers (1)