ratishphilip / wpfspark

A rich UserControl library to enhance the look and feel of WPF applications.
http://www.codeproject.com/Articles/1060961/WPFSpark-v
MIT License
549 stars 84 forks source link

drag n drop between fluid wrap panels #8

Closed krunalc closed 3 years ago

krunalc commented 5 years ago

Is it possible to drag n drop items between fluid wrap panels? I configured two fluid wrap panels and set AllowDrop on both panels. I can drag the item from one panel to another panel but upon d?ropping item, it is not getting added to other fluid panel. Any help to establish drag n drop between panels.

ratishphilip commented 5 years ago

Setting AllowDrop is not enough. Have a look here.

ratishphilip commented 3 years ago

Closing as the link to enable drag and drop between panels was provided and no further response was obtained.