How to highlight first row in a ListView? [modified]
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, anybody who knows how to highlight the first row of a listview after you populate the data from table? Thanks -- modified at 1:20 Thursday 30th August, 2007
angel
-
Hi, anybody who knows how to highlight the first row of a listview after you populate the data from table? Thanks -- modified at 1:20 Thursday 30th August, 2007
angel
Does xxx.Items(0).Selected = True (where xxx is your list view) not work?
-
Does xxx.Items(0).Selected = True (where xxx is your list view) not work?
Thanks Jayson. But it did'nt work
angel