I am having the hardest time to get drag and drop working for doing assignments. Here is basically what we have:
1) A listbox of objects that display a name and a person assigned to them in a custom template
- The object can have only up to 1 person assigned to it
2) A listbox of people
What I need to be able to do:
1) Drag a person from the list of people and drop it on an object to assign the person to the object.
2) I also need the ViewModel notified of the assignment. We use caliburn micro.
Every time I tried to do this with assignments using the DragDropManager I get a DropStatus of DropImpossible instead of DropComplete.