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.
Hello ,
Could you please let me know how you are implementing drag and drop? Is it possible to post a small sample in order to investigate this issue further for you ?
I am waiting for your response.
Hristo,
I have attached the sample. It demonstrates 2 issues:
Hello Lewis,
I have modified your sample to work with your requirements. Now your sample work on the following way , if you drag tile by their header you will rearrange them into UltraTilePanel. If you want to drag a tile content outside of the UltraTilePanle, you should click onto the tile content and drag it to the outer panel.
I hope this help. Please let me know if you have any further questions.