No announcements
Found 3926207 threads
-
1 Votes
Drag and drop between ListViews
Unfortunately, there isn't a way to do that currently (getting the other list to animate while dragging over).Answered | 7 Replies | 7987 Views | Created by PeleusX - Monday, October 17, 2011 5:19 AM | Last reply by Pat Finnigan - Thursday, August 15, 2013 6:01 PM -
0 Votes
Drag and drop labels to a listview.
Hi _Yoshi_, The code snippet below shows how to drag the label text to a ListViewItem: public DragLabelToListViewForm() { ...Answered | 1 Replies | 3600 Views | Created by _Yoshi_ - Monday, October 26, 2009 2:33 PM | Last reply by Aland Li - Wednesday, October 28, 2009 9:01 AM -
1 Votes
Drag and drop between two ListView
Scott, maybe I miss something but I just want to drag/drop elements within a single ListView.Answered | 10 Replies | 5489 Views | Created by Simeon Stoykov - Monday, May 7, 2012 10:18 AM | Last reply by Jeff Sanders - Thursday, September 27, 2012 2:56 PM -
0 Votes
Scrolling during ListView drag and drop
Hi dyowee23, I am marking your issue as "Answered", if you have new findings about your issue, please let me know.Answered | 3 Replies | 6832 Views | Created by dyowee23 - Wednesday, August 3, 2011 2:46 AM | Last reply by Sheldon _Xiao - Wednesday, August 10, 2011 6:34 AM -
0 Votes
ListView drag-n-drop example?
Hi H, I have an update for you on this.Answered | 4 Replies | 4073 Views | Created by AwesomePerson - Saturday, December 24, 2011 8:59 PM | Last reply by Jeff Sanders - Friday, March 9, 2012 8:14 PM -
6 Votes
ListView drag and drop - tearoff/resort with touch
I've been trying to figure out what i'm doing wrong but getting no where.Answered | 11 Replies | 7105 Views | Created by CNSI-CatLab-Census - Monday, July 23, 2012 1:44 PM | Last reply by Jared Homes - Saturday, March 21, 2015 12:46 PM -
0 Votes
copy-paste listview item using drag-drop
it should the image be replaced by the dragged one.Answered | 12 Replies | 6032 Views | Created by learnerlearner - Tuesday, January 31, 2012 5:55 AM | Last reply by TSoftware-Old - Wednesday, February 1, 2012 3:52 PM -
0 Votes
Drag and drop between 2 instances of ListView
Hi, I've tried to do drarg&drop between 2 ListViews but the target ListView doesn't receive any event.s The C# version of ...Answered | 2 Replies | 3929 Views | Created by PawelPabich - Friday, January 20, 2012 4:19 AM | Last reply by PawelPabich - Monday, January 23, 2012 1:12 AM -
1 Votes
ListView Drop event not firing
Also to mention - you can listen to the DragItemsStarting event on ListView/GridView to know when a reorder/drag is starting.Answered | 10 Replies | 5193 Views | Created by Matthew Saunier - Tuesday, March 6, 2012 3:56 AM | Last reply by abhig78 - Friday, July 6, 2012 5:46 PM -
0 Votes
Drag and drop functionality for listview with its index.
Known Issues for Windows 10 SDK and Tools >>I want to have drag and drop functionality in this list In order ...Answered | 2 Replies | 607 Views | Created by Prashant Main - Wednesday, July 1, 2015 12:31 PM | Last reply by Amy Peng - Thursday, July 9, 2015 9:56 AM -
0 Votes
ListView Item Drag&Drop To RichTextBox
The DragDrop and DragEnter events are for the target of the drag&drop.Answered | 4 Replies | 3615 Views | Created by Sertac Balci - Tuesday, August 23, 2011 2:40 PM | Last reply by Sertac Balci - Wednesday, August 24, 2011 10:34 AM -
0 Votes
Drag and drop to reorder ListView items
Hi, Please see my reply in: http://social.msdn.microsoft.com/Forums/en-US/winappswithhtml5/thread/ab7c3981-659e-4218-b4e8-4aa06e325a39 Allen Chen ...Answered | 2 Replies | 3494 Views | Created by Juliana Peña - Wednesday, March 7, 2012 10:37 PM | Last reply by Jeff Sanders - Friday, March 9, 2012 8:16 PM -
0 Votes
Drag & Drop problem
Hi, I have an app where I'm having a usercontrol consisting of an ItemsControl with squares (represented by a border and underlying controls).Answered | 3 Replies | 2456 Views | Created by sahlen79 - Sunday, April 15, 2012 8:14 PM | Last reply by Matt Small - Tuesday, April 24, 2012 2:34 PM -
0 Votes
Drag/Drop items to a certain position in listbox/listview
I have came across the second link before, but not the first link.Answered | 2 Replies | 4735 Views | Created by masuda0916 - Friday, January 16, 2009 12:35 AM | Last reply by masuda0916 - Friday, January 16, 2009 4:15 AM -
0 Votes
[W8.1] Drag and Drop Problem
Use the two methods mentioned in this thread (override OnDrop method or use AddHandler to get handled events) is the correct approach.Answered | 1 Replies | 501 Views | Created by Adib Toriq - Tuesday, September 29, 2015 3:51 PM | Last reply by Franklin Chen - Wednesday, September 30, 2015 7:00 AM -
0 Votes
Drag and Drop Treeview Item into listview
I have resolved it. and in the same way i have tried out and got yeah.Answered | 3 Replies | 8495 Views | Created by uday1302 - Thursday, January 22, 2009 6:37 AM | Last reply by Harry Zhu - Monday, February 2, 2009 7:29 AM -
0 Votes
Drag & drop between two ListViews where the drop listView is having the Folders Which should get highlight when draging over it.
I have the Two Problems.Answered | 1 Replies | 652 Views | Created by TUshaSree - Wednesday, July 9, 2014 9:45 AM | Last reply by Jamles Hez - Friday, July 11, 2014 3:40 AM -
0 Votes
Drag and drop between gridview
You need to set the data in the DragItemsStarting event, get it in the Drop event and figure out the index of the destination grid.Answered | 2 Replies | 760 Views | Created by Matteo182 - Thursday, September 1, 2016 7:26 AM | Last reply by David_FF - Tuesday, September 27, 2016 11:05 AM -
0 Votes
Drag and Drop controls on Form
Hi, I reviwed the Drag-Drop entry you posted.It sure works out with data drag-drop.But my question is how can I do ...Answered | 5 Replies | 9025 Views | Created by ChristinaBettencourt - Wednesday, October 31, 2007 11:41 AM | Last reply by Morgan Herlocker - Monday, August 9, 2010 7:58 PM -
0 Votes
ListBox multiselect drag and drop problem.
Cristian, The actual selection occurs between PreviewMouseDown and MouseDown on the ListView, when the ListViewItem is clicked.Answered | 2 Replies | 6630 Views | Created by Cristian Madularu - Thursday, September 3, 2009 7:23 PM | Last reply by Cristian Madularu - Thursday, September 3, 2009 9:45 PM - Items 1 to 20 of 3926207 Next ›
No announcements