简体   繁体   中英

drag and drop WPF combobox item to a textbox

I want to drag and drop a item of WPF combo Box to a WPF Textbox.

Can u tell me how to achieve this?

Thanks in adv

TextBox have AllowDrop true by default, the only thing required is to code drag functionally of DropBox Item

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM