I tried to drag and drop the control in PreviewMouseMove event by using DoDragDrop method in DragDrop. As per the bellow code.
DragDrop.DoDragDrop(DataGrid, data, DragDropEffects.Copy | DragDropEffects.Move);
But default the tiny popup is shown while drag and drop. I have also created the popup, now totally tow popup are shown while dragging.
Could you please help me how can i close the tiny popup(default popup) otherwise how can i style that tiny popup?
Upendra Pratap ShahiPosted May 30, 2015, 11:00 PM
If help you kindly mark the answer as Accepted Answer.
Afzaal Ahmad ZeeshanPosted May 30, 2015, 7:48 AM