datagrid view - how to ensure a row is visible

princessjasmin

New member
Joined
Sep 3, 2006
Messages
4
Programming Experience
Beginner
i have a datagridview with which i programatically select the currect row:

dgv.row(intSelectedRow).selected = true

is there a way of scrolling the dgv to make this row visible? something similar to the listviews "ensurevisible" method?

PJ
 
Back
Top