Top "Drag" questions

In computer graphical user interfaces, drag is the first phase of a drag-and-drop operation.

How to use UIPanGestureRecognizer to move object? iPhone/iPad

There are several examples of the UIPanGestureRecognizer class. For example I have read this and I am still not able …

iphone objective-c ipad drag
Drag down formula and change COLUMN references instead of ROWS

I have this formula in Excel, in row E5: =SUM(Banco!H$5;Banco!H$6;Banco!H$8;Banco!H$9;Banco!H$10;…

excel drag
Drag down formula and change ROW references instead of COLUMNS

In excel I have sheet1 contains total every month. (please see image below) Then in my sheet2 it will display …

excel excel-formula rows drag
Google Map Api v3 drag event on map

I am using google map v3 api. I need to detect the drag event on the map. Be it the …

google-maps-api-3 drag
Touch and drag image in android

I am working on some example in which i want to drag the image corresponding to touch in Android. Does …

android touch drag
Drag objects in canvas

Im looking for an easy to use method of assigning drag behavior to multiple objects (images, shapes etc) in canvas. …

html canvas draggable drag
How to move form without form border (visual studio)

I am making a windows form application in visual studio 2013 Express. In order to make the application look more customized …

vb.net forms visual-studio move drag
How to mimic two-finger scroll/drag gesture on ios simulator?

I have a scroll page that I specified two fingers minimum. It works on my device, but don't know how …

ios scroll drag simulator gesture
jquery html 5 dragstart .on('dragstart',function(e){}) e.dataTransfer.setData() doesn't work

chrome throw err: Cannot call method 'setData' of undefined, I find the e is not equal to window.event(it …

javascript jquery html drag
Android Google Maps: disable dragging in MapFragment

Can I disable drag functionality when the user tries to drag the map with his fingers without disturbing the Zoom …

android google-maps drag mapfragment