Top "Double-click" questions

A double-click is the act of pressing a computer mouse button twice quickly without moving the mouse.

How to prevent a double-click using jQuery?

I have a button as such: <input type="submit" id="submit" value="Save" /> Within jQuery I am using …

jquery double-click
Android Preventing Double Click On A Button

What is the best way to prevent double clicks on a button in Android?

android android-button double-click
C# Listbox Item Double Click Event

I have a list box with some items. Is there anyway I can attach a double click event to each …

c# events listbox listboxitem double-click
Android: How to detect double-tap?

I have a problem with implementing double tap. Well I implemented the onGestureListener and I had the gestureDetector, but I'm …

android listview double-click
c# datagridview doubleclick on row with FullRowSelect

I have a datagridview in my C# application and the user should only be able to click on full rows. …

c# events datagridview double-click
How to stop highlighting of a div element when double-clicking

I have this div element with a background image and I want to stop highlighting on the div element when …

css xhtml tags highlighting double-click
Double-click DataGridView row?

I am using vb.net and DataGridView on a winform. When a user double-clicks on a row I want to …

vb.net winforms datagridview double-click
Executing a jar on mac 10.8

Although this seems like a rather obvious question, I couldn't find the answer anywhere online. After I create the jar …

java macos jar execute double-click
How to bind a command in WPF to a double click event handler of a control?

I need to bind the double click event of a textblock (or potentially an image as well - either way, …

wpf data-binding mvvm command double-click
identifying double click in java

I want to know how can we perform action when mouse is double clicked in a component.

java swing mouseevent double-click