M
mike
I have a datagridview control and a button on the windows form. I am
adding a new row in button click event. When the number of rows grow,
the newly added row will not be
visible but a scroll bar will be shown.
I want the program to highlight the newly added row and make it visible
in the datagridview by scrolling to that position when a new row was
added by button click event. How can you do that? Thanks in advance.
adding a new row in button click event. When the number of rows grow,
the newly added row will not be
visible but a scroll bar will be shown.
I want the program to highlight the newly added row and make it visible
in the datagridview by scrolling to that position when a new row was
added by button click event. How can you do that? Thanks in advance.