DataGridView and Selected Row

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 ?
 
N

Nathan

I can't reproduce this; are you sure there aren't any other events firing to
cause this to happen?
 
I

Ian Semmel

Probably are. DataGridViews and me aren't 100% compatible.

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top