0
votes
2answers
39 views

How to do Drag and Drop in WPF between two lists?

I'm having a hard time solving an issue of mine, I'm literally going mad. Here's the idea: I have two ListView elements, and I need to open a dialogue when an element drops from the first list onto ...
0
votes
1answer
602 views

Drag and drop in WPF ListView

I'm using WPF ListView, where SelectionMode is set to Extended (you can select multiple items only with ctrl pressed). I need to implement D&D between two ListViews. To perform drag event, I used ...
0
votes
1answer
139 views

PyQt QListView Issue with Drag and Drop for both importing and rearranging in one list

So my current listview code simply allows me to drag and drop files on the computer into my listview. What I want is to be able to rearrange the listview items, the issue is when I try to it gets ...
1
vote
2answers
237 views

Drag and Drop External File onto VB6 ListView Control

I am trying to drop an external file (from windows file explorer) onto a ListView control. I have done this before but can't seem to get the events to fire. My steps are as follows: Create a ...
0
votes
1answer
35 views

Metro Get Dropped Data from Drop event

I have a Control, on which I drag items from one of several other Controls (all ListViewItems). The Control correctly raises the Drop event, as I have set all the appropriate properties. Now, how do ...
0
votes
1answer
404 views

Kendo UI ListView Drag - Drop

I have two Kendo UI ListViews. I am able to get the list of available options to load and display values. I am also able to get the drag functionality to work. The issue is the drop functionality of ...
0
votes
0answers
31 views

Dropping into ListView

I want to drop an Item from one ListView to an Item in another ListView. Starting the drag works fine when attachin an OnItemLongClickListener to the source ListView. I expected when attaching an ...
4
votes
1answer
773 views

Bauerca drag-sort-listview simple example

Bauerca drag-sort-listview is an amazing library for the drag functionality in a list view.. https://github.com/bauerca/drag-sort-listview BUT my problem is that the demo project is pretty complex, I ...
0
votes
0answers
107 views

Dragging and dropping multiple rows of a ListView C#

Problem I have two ListView's. One has options that are to be dragged into the other. This is the "fields" ListView. The other one is the "builder" ListView. I would like to be able to drag multiple ...
0
votes
2answers
123 views

Visual aid in drag and drop within a ListView

Problem I have two ListView's. One has options that are to be dragged into the other. This is the "fields" ListView. The other one is the "builder" ListView. I cannot figure out a way to visually ...
2
votes
3answers
380 views

Android ListView custom header

I have a custom listview, which is re-arrangeable(drag & drop) and obviously scrollable. I need to add a custom header with this listview which should scroll with the list. I have tried ...
0
votes
0answers
110 views

Draw shadow of view on user finger touch in ShadowBuilder

HI does anybody implement the Custom ShadowBuilder for drag and drop view on user finger position with different color. I have implement the drag and drop using ShadowBuilder for dragging item but ...
0
votes
0answers
216 views

Android: Drag & Drop in ListView with RelativeLayout not working well

I want to do a ListView with Drag & Drop option and i found this code example: http://technews.websiteoutline.com/mobile-app-development/drag-n-drop-list-view/ its very nice but there is one ...
0
votes
0answers
287 views

Android drag and drop listview issue

I am new to Android development and working on a media player app. I am trying to use default Music player TouchInterceptor class for drag and drop functionality in my playlist (app needs to be ...
0
votes
0answers
42 views

TouchListView is very slow when used in normal activity (not Listactivity)

I have included a TouchListView (from here) in my project and dragging and dropping list items is extremly slow. I removed all components to only use a single String but still slow. I use the ...
0
votes
0answers
76 views

TListView Drag and Drop Refresh Issue

Is there anyone know why C++ Builder leave some dirty patches on a TListView object after drag and drop within itself.I use C++ Builder 5. But I think problem is common with all of its versions. ...
0
votes
1answer
161 views

DragSortListView and AlertDialog?

I have been trying to get this library: https://github.com/bauerca/drag-sort-listview/ to work inside an AlertDialog. But I have has no success so far. Everything looks perfect but the drag and drop ...
0
votes
0answers
222 views

Drag n drop api level 8

I'm developing an app that contains a ListView populated of deals. I wanted to long press an item an drag n drop it on the bottom side as it's been bought. Mi api level is 8 so ClipData cannot be ...
0
votes
1answer
216 views

Implementation of dragable listview

I followed this tutorial for drag and drop listview implementation based on component that the Music app’s playlist uses. ...
0
votes
0answers
194 views

WPF DragDrop file from ListView to desktop/folder not working

I'm at a loss as to why this isn't working. I have a ListView control that is populated by ListViewItems that represent files in a directory. I want to allow the user to drag files from the ListView ...
3
votes
1answer
339 views

How to make list view scroll while dragging an item up or down?

I'm working with a TListView which has drag/drop capabilities to drag one or multiple items into one other item, as a form of merging. When you drag an item to the top or bottom of the control, I need ...
0
votes
1answer
157 views

C# Drag and drop in listview between groups

I've got several groups and items in my listview and I need to drag items between these groups. The problem is: in my realization, each group can be empty. Empty groups in listview are not displayed ...
0
votes
1answer
506 views

Why DragLeave isn't triggered when drag drop effect is DragDropEffects.Link?

I'm trying to make a program that allows to drag and drop files to a ListView. I use ListView.InsertionMark to identify where to insert file. When I drop the file, the InsertionMark doesn't disappear ...
2
votes
1answer
2k views

setOnItemLongClickListener and setOnItemClickListener are not triggered when using drag-sort-listview (DSLV)

I'm using the excellent drag-sort-listview by Carl Bauer (https://github.com/bauerca/drag-sort-listview) to implement a drag-sort enabled listview. However, my requirement is not to need a drag handle ...
1
vote
1answer
264 views

How I can swap rows in ListView with drag and drop on Android?

I want to swap rows in ListView. Is there any library or smth else for that?
0
votes
0answers
249 views

Android drag drop listview with sections

I want to develop a drag and drop ListView in android which should have sections or separators in between the ListItems. i found the source for drag and drop from here ...
2
votes
1answer
192 views

Different color for each row in a ListView,i wnat to drag the row and each row's background color exchange too. how to do it

I set a different color for each row in a ListView and I want to Drag and Drop each row along with the corresponding background color. the way to set different row background is showing below ,now i ...
0
votes
0answers
105 views

how to implement cwac-touchlist for a tree-map type data?

I'm a newbie for Android. I'm trying to reorder a set of data by dragNdrop the item. My data is a TreeMap<float, MyClass>, each item has a identical order which is its key in the map. When I ...
0
votes
1answer
384 views

how do I get the last item from the listview

My problem is about handling drag and drop in a ListView. So I get the selected ListViewItem. ListView.SelectedListViewItemCollection itemCollection = ...
0
votes
1answer
501 views

ListView Drag&Drop, how to check if im dropping the item in the same listview or not?

i have a two listview [listView1, listLocal], they are two file explorers for local PC and remote PC if i am dropping items into the same listview that i dragged them from, it should copy/move. else ...
0
votes
1answer
378 views

how to Drag&Drop in the same ListView?

I have a small file explorer application [WINFORMS], and i use ListView Control to explore items. So the listView display the files and the folders from the current address [From local Computer]. i ...
1
vote
1answer
170 views

How do make a manually arrangeable listview in WinForms?

In my application's main window I'd like to have an interface very similar to that of Windows Desktop. There would be a bunch of icons with texts and you can drag them around and position them as you ...
1
vote
3answers
3k views

Drag and drop Android 2.2

I must create an android app that load images from sqlite db and show in the tablet screen. I would realize the drag and drop so you can insert, delete and move all the images into your screen ...
0
votes
1answer
240 views

Cannot Drag from Explorer onto ListView

I have seen this everywhere and tried all the solutions and am not seeming to get what I want. I want to be able to drop files from explorer onto a ListView and then be able to sort them through drag ...
0
votes
1answer
612 views

how do i drag & drop items in the same listview?

consider that this is a listview that shows me files/folders ... i've already coded everything like (copy/move/rename/show properties...etc) .. i just need more last thing which .. how do i drag and ...
0
votes
1answer
1k views

ListView Drag/Drop reordering - doesn't work when dragging left

As the title really - I have some code for reordering some thumbnails in a ListView ('LargeIcon' view format), and it works great when dragging an image to the right (i.e. a greater index). But when ...
-1
votes
1answer
375 views

How to drag and drop list view items from one app to another?

There is one win forms application with some list view items. I'd like to drag several selected items from that app to my another win forms app. Each list view item should contain some custom data ...
0
votes
1answer
717 views

C# GTK Drag and Drop

I'm trying to make application in GTK and I need to make make my application able to drag item from one listview to another. Is it possible? If yes, please place me here example or tutorial website. ...
1
vote
1answer
797 views

Android Drag and Drop ListView problems

I am a android beginner. I am doing a android project which has a function to reorder something in a list. I found a open source at https://github.com/commonsguy/cwac-touchlist#readme and the module ...
1
vote
1answer
4k views

Drag and drop in listview C#

hi i currently trying to have my program able to drag a file and and drop it into the listview. I have see many sample and most of them have the following code "private void ...
1
vote
1answer
437 views

Drag & drop list view item on a Datagrid header in WPF

Trivial, but I got really stuck on it... How on Earth can I find out which DataGrid column (or header) the item was dropped on?? I can see no retrievable info on that within the DataGrid.Drop event.
1
vote
0answers
401 views

How to drag and drop items of ListView [duplicate]

Possible Duplicate: Android List View Drag and Drop sort I have ListView and want to drag and drop items. It will be great if items will move smoothly
0
votes
2answers
3k views

How to get List View Item onTouch method?

I have a ListView and I want to perform Drag and Drop on list items. I am Overridding a onTouch method which has two parameters @Override public boolean onTouch(View view, MotionEvent me) {} In ...
1
vote
2answers
1k views

Android how to perform drag n drop with listview items

I created a application where i fetch the database and dynamically created that many checkbox & textview now i want to perform drag n drop events with that list items. How can i do this, plz give ...
7
votes
3answers
4k views

How to Drag drop Listview item to another Listview

Hi I'm Raynast I'm a newbie for Android Programming Now I have a little problem from my project about Listview Drag and Drop I decide layout to Three Listview query from database ...
6
votes
3answers
4k views

android scroll while drag & drop

Hi I am trying to do a drag and drop on a ListView. It works great. But I lost the ability to click and scroll. How to I retain those two? I was thinkng the drag and drop should happen on long press ...
1
vote
0answers
472 views

Delphi - Drag & Drop Files with ListView [duplicate]

Possible Duplicate: Delphi - Drag & Drop with ListView Good evening :-)! I have this code to use Drag & Drop method for files: TForm1 = class(TForm) ... public procedure ...
1
vote
2answers
2k views

Delphi - Drag & Drop with ListView

Good evening :-)! I have this code to use Drag & Drop method for files: TForm1 = class(TForm) ... public procedure DropFiles(var msg: TMessage ); message WM_DROPFILES; end; procedure ...
0
votes
1answer
2k views

Drag Drop items within ListView in ASP.Net

I have a listview showing images like ImageViewer and I want to implement Drag-Drop behavior within ListView. Please let me know how can i achieve the Srag-Drop inside the below kind of customized ...
0
votes
2answers
990 views

WPF/C# Drag and Drop from a ListView onto Canvas

I have a ListView with a custom view for displaying items as icons. I also have a regular ol' canvas. I want to be able to drag an item from the ListView and drop it into the canvas. Now I've ...

1 2