Hi,
I have a standard ListBox where I am trying to implement the MouseDoubleClick event. The event doesn't fire until I have DoubleClicked and then click either on another item or empty space. (Clicking on another item selects the other item, of course). I am also implementing the following events:
DragDrop
DragEnter
DragOver
MouseMove
MouseUp
SelectedIndexChanged
Could having any of these other events enabled be causing the behavior I am observing?
Thanks,
Tim
I have a standard ListBox where I am trying to implement the MouseDoubleClick event. The event doesn't fire until I have DoubleClicked and then click either on another item or empty space. (Clicking on another item selects the other item, of course). I am also implementing the following events:
DragDrop
DragEnter
DragOver
MouseMove
MouseUp
SelectedIndexChanged
Could having any of these other events enabled be causing the behavior I am observing?
Thanks,
Tim