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

Add DragAndDropManager to Toolbox

1 Answer 51 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 15 Mar 2009, 12:40 PM
I'm writing to determine how to add the RadDragAndDropManager Silverlight Control to the Visual Studio 2008 Toolbox.

I don't think any Binaries are mssing, and I have already selected the following -

Telerik.Windows.Controls.dll
Telerik.Windows.Input.dll
Telerik.Windows.Controls.Navigation.dll

Thanks in advance! Rob

1 Answer, 1 is accepted

Sort by
0
Accepted
Miroslav
Telerik team
answered on 17 Mar 2009, 09:09 AM
Hi Robert ,

The RadDragAndDropManager is a static class and not a control. It this sense it unfortunately cannot be added to the ToolBox.

DragDrop can be added to almost any visual object and has no control that you need to inherit or interface to implement, you only need to set attached properties (attachable to any control) and handle the DragDrop routed events on one of its parents (also the application root).

The attached properties you can set are: AllowDrag & AllowDrop and the events that can be handled, DropInfo, DropQuery, DragInfo, DragQuery.

Please come back to us if you need help with integrating the drag/drop.

Best wishes,
Miroslav
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
DragAndDrop
Asked by
Robert
Top achievements
Rank 1
Answers by
Miroslav
Telerik team
Share this question
or