Hi,
I am using a ListBox with text blocks (ListBoxItems) and i want to drag and drop a list box item to a text box. And i want to drop at a specified position inside a textbox. Pls let me know how to proceed with a sample.
Regards,
Amarendra.
Hello Amarendra,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking into your post and I created a sample project with the functionality you want. Basically in the Drop event I get the mouse position according to the TextBox and insert the text at that point.
Feel free to write me if you have further questions.