|
-
Oct 12th, 2000, 02:46 PM
#1
Thread Starter
Junior Member
I have a ListView in my project which populates with with all zip files in a selected directory. The user can change the order (ascending/descending) on either column.
Q1...I wish to always have the first file in the list (when reordered) selected. I've tried:
lstMyListView.ListItems(0).Selected = True
but that doesn't work.
Q2...Even the item selected isn't always highlighted, why?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|