Hello all,
When I use the code:
DataGridView1.Rows(i).Selected = True
I do not see on the screen that the row is indeed selected,
like when I manually click over a row - and then it is marked with dark gray color.
How can I have the same behaviour via the program?
Thanks,
Guy S.
When I use the code:
DataGridView1.Rows(i).Selected = True
I do not see on the screen that the row is indeed selected,
like when I manually click over a row - and then it is marked with dark gray color.
How can I have the same behaviour via the program?
Thanks,
Guy S.