For a DataGridView, programmatically selecting a row not currently displayed
does not cause the grid to scroll ...
How to programmatically cause the grid to scroll to display the selected row
?
David - 24 Jun 2008 05:50 GMT
> For a DataGridView, programmatically selecting a row not currently displayed
> does not cause the grid to scroll ...
>
> How to programmatically cause the grid to scroll to display the selected row
> ?
Try using the currency manager to move next for previous.
david.
Jack Jackson - 24 Jun 2008 07:43 GMT
>For a DataGridView, programmatically selecting a row not currently displayed
>does not cause the grid to scroll ...
>
>How to programmatically cause the grid to scroll to display the selected row
Check out the DataGridView.FirstDisplayedScrollingRowIndex property.