I am trying to perform a drag operation on a tile when it is in large state. The Dragging event is raised when all tiles are in normal state but once one tile is set to large state the dragging event never is raised. Am I missing something? I also want to drag out of the tile panel to other controls on screen can this happen without the tile moving around in the TilePanel control?
Is it even possible to perform drag drop operations outside of the control. I can't seem to get that to work either.
OK I got the drag drop outside of the of the control to other controls to work but I still have the issue where once the drag operation is complete and the mouse comes back to the tile panel control it acts as if the tile panel is still is attached to the mouse and moves around in the control.