|
-
Aug 3rd, 2009, 07:57 AM
#1
Thread Starter
Member
[RESOLVED] highlight specific item in the listview
hi to all, is it possible to highlight a specific row/item in my listview?
-
Aug 3rd, 2009, 08:00 AM
#2
Re: highlight specific item in the listview
Set ListView1.SelectedItem = ListView1.ListItems(x)
ListView1.SelectedItem.EnsureVisible
-
Aug 3rd, 2009, 08:07 AM
#3
Thread Starter
Member
Re: highlight specific item in the listview
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
|