I am making a tool with WPF that involves matching items in two lists. Is there a cool control that can get me started on this?
Basically, I would have a source list that I would want to allow to match with a destination list. Drag and drop would be nice, but I am open to anything at this point.
Any ideas?
All I got now is to make two side by side lists and then try to allow drag and drop between them. This would require me to do some kind of extra coding because dragging from one list to the other would not indicate that the item should be added to the drop list. Just that it should be mapped to the item it was dropped on.