Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
690
Drag and Drop on a specific day?
posted

During a drag and drop, is there anyway I could find out over which specific day of a XamMonthCalendar control the user chose?

I am familiar with WPF drag and drop and I have hooked up the oXamMonthCalendar_DragOver, oXamMonthCalendar_Drop and oXamMonthCalendar_DragLeave events.

If there's any chance of this being done, I can create a test application I can upload with the basic drag and drop functionality.

Parents
  • 54937
    Offline posted

    The e.OriginalSource for the events should still be whatever descendant element was hit-tested so you could probably use something like our Utilities.GetAncestorFromType to get the calendar item you are over.

Reply Children