12-29-2015, 03:41 PM
Temporarily,
I found this solution:
But, while SelectRow shows to user the select row in DataGrid with the automatic scrolling of the same, the above code does not perform automatic scrolling.
Thanks.
I found this solution:
Code:
SwfWindow("muApp").SwfTable("dataGridView1").Object.Rows.Item(r).Selected = True
But, while SelectRow shows to user the select row in DataGrid with the automatic scrolling of the same, the above code does not perform automatic scrolling.
Thanks.