RadTreeview WPF control Drag from control and drop in C++ Microsoft Window

1 Answer 35 Views
TreeView
Mike
Top achievements
Rank 1
Mike asked on 21 May 2024, 09:13 PM

Is there a way to drag from a radtreeview control and get the drop event in a C++ Windows window.  We do get the event, but we do not know how to get access to the data.   Can we override the drag and drop and do our own implementation?

Mike

 

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 22 May 2024, 07:09 AM

Hello Mike,

To achieve your requirement, you can use the DragDropManager. This way you can prepare a custom drag/drop payload that can be processed by the C++ application. See how to use the DragDropManager in the RadTreeView's context in the following article. You can also check the articles in the Drag and Drop section of the RadTreeView's documentation.

Regards,
Martin Ivanov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
TreeView
Asked by
Mike
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or