|
-
Apr 11th, 2001, 05:24 PM
#1
Thread Starter
Addicted Member
is there any way to get the value of the list item being clicked? I need to send the value to a textbox for editing... help?
-
Apr 11th, 2001, 05:37 PM
#2
Lively Member
I think you want to use 'SelectedItem' property to get the value
-
Apr 11th, 2001, 06:00 PM
#3
Fanatic Member
That's good for single clicks only. If you want to have an item resond to a double click, you'll need to use the HitTest method. It returns an item based on the (x, y) coordinats of the mouse. To get these, set a couple of variable in the MouseDown event and call the HitTest method from the DoubleClick event with the variables.
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
|