Set Drag Visual
DragDropManager enables you to define your own custom drag cue. This can be easily done by handling the DragInitialize event and defining the DragVisual.
We will demonstrate this functionality implemented within a simple ListBox. For the purpose we need to execute the following steps:
-
Create a ListBox with ItemTemplate and implicit Style for the ListBox Items:
-
Bind ListBox to simple data and subscribe to DragInitialize event:
-
Set suitable drag visual that will be displayed while dragging is performed:
On running the application, the following will be visualized: