Hi,
I am implementing the ability to drag from one GridView to another and want to give feedback to the user about whether the drag can be successful or not
I have created two DataTemplates, for example a tick and a cross, which should be displayed respectively under the DragInfo events when the DragStatus is DropPossible and DropImpossible
I am able to change the ArrowCue background colour mid-drag with regard to the status, but attempting to replace the DragCue mid-drag doesn't appear to work.
To test my theory, I set the DragCue to a simple rectangle on the DragQuery event
Then, as the following code shows, I attempted to clear any possible visualisations under either DragStatus on the DragInfo event
The arrow stops moving but still appears on the screen after the event is called. The DragCue still appears as a rectangle and is not cleared
Is this a limitation or am I doing something wrong?