This is a migrated thread and some comments may be shown as answers.

Drag and Drop between TileList & CarouselPanel

1 Answer 61 Views
Carousel
This is a migrated thread and some comments may be shown as answers.
Przemysław
Top achievements
Rank 1
Przemysław asked on 19 Jun 2014, 04:16 PM
Hi,
I would like to create possibility  drag and drop between TileList and CarouselPanel. I now how to implement drag and drop event in C# but I have problem with WPF. I don't know how to change style CarouselPanel to be able to drag CarouselItem to TileList. I would like to create animation when drag Item. I would like get something like this :

1 Answer, 1 is accepted

Sort by
0
Nick
Telerik team
answered on 20 Jun 2014, 08:59 AM
Hi Przemyslaw,

You need to handle the DragDrop events yourself in order to be able to drag between the two controls.

Here is a list of all the events you can use: http://www.telerik.com/help/wpf/dragdropmanager-events.html
And you can find various DragDropExamples here: 
http://demos.telerik.com/silverlight/#DragAndDrop/TreeToGrid
http://demos.telerik.com/silverlight/#GridView/RowReorder
http://demos.telerik.com/silverlight/#TreeListView/TreeListViewDragAndDrop

You can see the setting of the DragVisual in the DragInitialize event. 

Let me know if I can help you further with this. 

Regards,
Nik
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
Carousel
Asked by
Przemysław
Top achievements
Rank 1
Answers by
Nick
Telerik team
Share this question
or