When I right-click on the schedule a ContextmenuEvent is triggered that has ContextMenuOpeningEventArgs.CurrentSelectedDate member set to DateTime corresponding to the current mouse location.
Is there a way to get DateTime based on coordinates without right-clicking the mouse? I couldn't find a public method for this. I want to implement drag-and-drop capability for the schedule, so a user can drop items on the schedule
using either a mouse or stylus. For that, I would like to get current mouse or stylus coordinates, pass them to this method and get DateTime. Can you please add such a method?