|
-
January 5th, 2000, 04:44 PM
#1
Highlighting of list items
Upon clicking on a list item, the selected node is highlighted. However, once the control loses its focus, the highlight disappears as well.
I have tried using the following code
set listview1.drophighlight = listview1.selecteditem
The above code only highlights one node. Is there a way to hightlight muliple nodes(in the case where the mulitselect property is set to true) even if the controls loses it focus?
-
January 5th, 2000, 04:55 PM
#2
Re: Highlighting of list items
You need to set the 'HideSelection' property to false - this means that the listview items will appear selected even when it doesn't have focus.
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
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
|