Sri Hari

Sri Hari

  • NA
  • 7
  • 4k

Form is scrolling to the position of the datagridview

Jun 22 2016 11:20 AM

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)