-
How do I highlight an item in listview so that the highlight covers the entire row (across all columns)? I have a ListView that has two columns consisting of a filename in column one and the filedate in column two. Selecting an item via:
lstMyList.ListItems(1).Selected = True
only highlights the filename in the first column
-
listview1.FullRowSelect =True
-
Kedaman,
Where did you find fullrowselect? I've been using the sendmessagelong API to do it. I can't find anything on on a fullrowselect method.
-
YOu need to have MS common controls 6.0 not 5.0 or earlier.
If you want i can send you the file
-
Wow! Learned something new again. Thanks.
-
Thanks