Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
645
Unable to drop back
posted

Hi,

I have a small application that allow user to drag and drop between each TextBlock. If a text is dragged to another TextBlock, the drag source will remove its content. It works fine until I want to drag to an empty TextBlock (which had something inside before but got dragged out). The cursor turned to cross and it did not allow to drop there anymore. Would you please let me know if there is any special setting to make it happen? I already placed DragSource and DropTarget within the TextBlock, DragChannels and DropChannels were the same.

Thanks in advance.