views:

19

answers:

0

Hi, I have a user control. When the user drags over items onto it, I need to present him with 2 options, depending on his choice I need to proceed with the next step, I could sho him the option after he drops the items, but this will involve an extra click on the user part, I was wondering if there are any techniques in wpf or ways to show the user his options as soon as he drags over the items? Thanks!