DataGridView and Selected Row

  • Thread starter Thread starter Ian Semmel
  • Start date Start date
I

Ian Semmel

If I can explain it.

I have a DataGridView with say 100 rows, 30 of which will display on the
screen.

If I drag down the vertical scroll bar so that say row 50 is the centre
row vertically and click on the row header, the row is selected ok but
it is positioned at the bottom of the control as the second last row on
the screen.

My question: How do I make it so that when I select a row, vertical
movement doesn't occur ?
 
I can't reproduce this; are you sure there aren't any other events firing to
cause this to happen?
 
Probably are. DataGridViews and me aren't 100% compatible.

If it's not a feature, I will play around with it some more.
 
Back
Top