- I have grid view with 100 row.
I want to set select each row in seconds.
For example:
1th second: select and scroll to row 10
2th second: select and scroll to row 11
3th second: select and scroll to row 12
4 : select and scroll to row 13
5 : select and scroll to row 14
Any one can help me please!!!
(i try set it on for loop or do-while but when the loop finish, it just set and scroll to latest row set.)