|
-
May 16th, 2000, 06:14 PM
#1
Thread Starter
New Member
Hi all
This problem has no doubt come up before, but I can't seem to find the answer in the forums anywhere.
Basically I want my list view itemClick method to run only when a user actually clicks their list view selection.
It's highly annoying having the hand pointer appear every time you hover over a list item and have it selected for you even though you didn't want it!
I want it to perform as in Win Explorer i.e. only highlight the selection if the user clicks on it.
Thanks for any help!
-
May 16th, 2000, 09:22 PM
#2
Hi!
Try to set the "HoverSelection" to FALSE.
This prevents the ListItems from being selected automatically when the cursor moves over them.
_______________
-
May 17th, 2000, 04:43 PM
#3
Thread Starter
New Member
Thanks for your reply but that still doesn't seem to work. It still shows the hand icon and it still automatically selects it when you move the pointer over an item.
I put code in there to turn HoverSelection off at run time too but it still does it.
Grrrrrrrrrrrr
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
|