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.
Hi Andrew,
Unfortunately, this is not working - I'm getting the CalendarDay using Utilities.GetAncestorFromType, but the CalendarDay.StartDate is always "8/25/2008".
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.