Top "Drag" questions

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

ViewDragHelper: how to use it?

In the Google IO 2013, Google has announced a new version of the Support Library, which includes ViewDragHelper class. I saw …

android drag slide
Cant drag and move a WPF Form

I design a WPF form with Window Style=None. So I Cannot see the drag bar in the form. How …

wpf window drag
Drag borderless windows form by mouse

Possible Duplicate: C# - Make a borderless form movable? I have made a form without border in C#, by setting …

c# winforms drag
Creating OnDragListener for Google Map v2 Fragment

I’m trying to setup an onDrag Listener for a google map fragment, but can’t get the drag event …

android google-maps drag google-maps-android-api-2
Swiper Touch Events - Enable click but disable drag

I am using Swiper 3.4.2 slider with thumbs as a pagination slider. And I need to disable drag on the pagination …

slider touch drag swiper
Moving object with mouse

I use Qt and I want to move some object with mouse. For example, user clicks on object and drag …

qt drag qlabel
Handle click and drag movement to scroll horizontally with mootools or jquery

Is there an easy way to handle the movement event composed of click and drag to the left or to …

jquery mootools click scroll drag
android drag view smooth

I have to drag some views on screen. I am modifying their position by changing left and top of their …

android view drag smooth
Mouse click and drag Event WPF

I am developing an analog clock picker control. The user is able to click on the minute or hour hand …

wpf events click drag
WPF: How to draw a circle and drag it around?

I am new to WPF. I want to draw a small circle on Canvas when I click mouse and be …

c# wpf drawing drag geometry