Hi,
thank you for your sample.
I'm attaching modified sample where the problem can be reproduced.
Changes:
- I commented out four lines in MainWindow constructor
- added these setup to treeviewadv: AllowDragDrop="True" DragDropEffect="MoveOnly"
Now you can drag items from treeviewadv to sfdatagrid (with allowdrop=false). The dragged items are not shown in sfdatagrid but they dissapear from treeviewadv.
I would also expected different cursor (unavailable cursor) when dragging items to sfdatagrid with allowdrop=false. Now it shows cursor which tells the user that dropping is allowed.
Interesting part is when I change DragDropEffect to "Move" than it works, but the cursor is still wrong.
I'm using version 15.4.0.20.
Regards
Ondřej Svoboda
Attachment:
sfdemo_1f3b306d.zip