With theI am using the ListView control to display some files. How can I make them open by double-clicking them? The problem is not with opening them, but rather with detecting the double-click event.
There is a double-click event for ListView, but it occurs when the control itself is double-clicked, not when individual items are clicked by the user. What should I do?
I tried setting up a timer and seeing if the user clicks twice during a specific amount of ms, but it didn't work and is too un-professional
What should I do?





Reply With Quote