Questions tagged [drag-and-drop]

It allows you to "grab" an object using the mouse and drag it to a different location. Drag and Drop can be done on browser-based application (web) or on native GUI applications like android or desktop

13309 questions
4
votes
2 answers

Angular cdkDropList drag element restriction

I am currently using Angular 2 and a drag and drop module from https://material.angular.io/cdk/drag-drop/overview. I have made the drag and drop features work. I have two different types of class objects that i desire to be limited to their own…
Skdy
  • 280
  • 1
  • 5
  • 16
4
votes
2 answers

How to handle React Svg Drag and Drop with React Hooks

I am trying to implement Drag and Drop on a SVG shape. I succeeded to make it works with using Class Component. Here is the link to the Code Sandbox : https://codesandbox.io/s/qv81pq1roq But now I would like to extract this logic by using the new…
langmuir75
  • 45
  • 1
  • 5
4
votes
0 answers

Does Outlook, as a Drop Target, support IAsyncOperation?

I am playing with Creating something from nothing, asynchronously [Developer-friendly virtual file implementation for .NET improved!]. This brilliant article demonstrates how to create a customized DataObject implementing delayed data extract on…
xiao
  • 41
  • 2
4
votes
1 answer

Custom object drag-and-drop from embedded FX (JFXPanel) to Swing

This question is a follow-up question to Custom object drag-and-drop from FX to Swing. I'm working on a plugin for a Swing application that uses JavaFX for some graphical user interfaces. We added drag-and-drop functionality to improve the user…
Lukas Körfer
  • 13,515
  • 7
  • 46
  • 62
4
votes
0 answers

Drag and Drop React element problems modifying event dataTransfer

I'm trying to modify the content inside the DragStart event. When the element is released in the dom is inserted both what I want and another span that I can not remove. It seems to be happening only with the last version of Chrome. Safari and…
riccio82
  • 126
  • 1
  • 6
4
votes
1 answer

Can I get my minimized Java app to react to files being dropped on it (on Windows)?

Can I get my minimized Java app to react to files being dropped on it (on Windows) so that a user can drag files onto the icon on the toolbar and that will cause my application to reopen and process the the files that were dropped on it. Im using…
Paul Taylor
  • 13,411
  • 42
  • 184
  • 351
4
votes
0 answers

How to place the adorner window near the mouse pointer when dragging in wpf

I have drag and drop control with adorner support. When dragging the list item from right to left the adorer window is not near the mouse pointer. Please anyone help me to place the adorner window near the mouse pointer. I have followed for creating…
sameer
  • 322
  • 1
  • 12
4
votes
1 answer

Drag and drop is not happening in Cypress.io test

I am trying to drag an element and then drop it into a drop zone area, but the test is not performing the drag and drop action in Cypress.io. It would be really helpful if someone could advise about the potential issue here. There are no errors…
soccerway
  • 10,371
  • 19
  • 67
  • 132
4
votes
1 answer

How to capture cancelling of dragging?

I have a drag-and-drop functionality in my application using DragDrop event and DoDragDrop method to start dragging. The question is: how can I capture cancelling dragging when Esc is pressed during the process of dragging?
Peter17
  • 3,052
  • 9
  • 47
  • 77
4
votes
1 answer

Drag and Drop button tkinter python

I'm new using tkinter on python and I would like to develop a program that can Drag and Drop a button pressing other one... I will try to explain : I have button 'A' that will create a new button 'B' and I want to Drag the New button to another…
4
votes
2 answers

Can I choose a custom image for C# Windows Application Drag Drop functions?

I am writing a small project where I would like to make use of drag and drop functionalty to ease some of the operations for the end user. To make the application a little more appealing, I would like to display the object being dragged. I have…
Statement
  • 3,888
  • 3
  • 36
  • 45
4
votes
5 answers

How to customise the ghost-text (drag item name) with AgGrid

As per title, is there a way to customise the "ghost text" with the (unmanaged) row-dragging implementation in AgGrid via the API?
eddiewould
  • 1,555
  • 16
  • 36
4
votes
2 answers

Can anyone advise on the best way to integrate React Drag/Drop Lists with dynamic values from Redux?

I need the sortable drag/drop component to be able to re-render with new values upon a user's button click from another container and still retain drag/drop functionality. If the list contains [a, b, c] at first I need it to still work when they…
Jay J
  • 430
  • 3
  • 19
4
votes
2 answers

How to test drag and drop with Selenium on the react-dnd-treeview library

I'm trying to test a simple drag and drop behavior on a React app. I am using the react-dnd-treeview library and their example website to test my test case. When I run the tests in debug, I don't get any errors and Selenium is able to get the right…
Antoine
  • 800
  • 3
  • 14
  • 29
4
votes
1 answer

Cant Drag ListBoxItem Adorner outside of ListBox in WPF -ScrollViewerProblem

I am working with a WPF application that uses alot of drag and drop. Everything is working fine, with exception of ListBoxItems. I have a ListBox with ListBoxItems that can be dragged to another target( a StackPanel). The problem is, when I drag the…
TheJediCowboy
  • 8,924
  • 28
  • 136
  • 208