|
-
Nov 24th, 2006, 09:55 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Is it possible to have an item selected in a listview without the highlight?
Hello,
Is there a way to have a whole line selected in a listview or a listbox, but not have the item highlighted? The selected line will have the thin rectangle around it but there wouldn't be any highlight color. Thank you.
-
Nov 24th, 2006, 10:03 AM
#2
Re: Is it possible to have an item selected in a listview without the highlight?
ListView1.SelectedItem.Selected = False works if multiselect is false
-
Nov 24th, 2006, 10:38 AM
#3
Thread Starter
Hyperactive Member
Re: Is it possible to have an item selected in a listview without the highlight?
Thank you, that is exactly what I needed.
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
|