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
220
TimelineView.OwnerFromPoint (Drag Drop)
posted

Hi

I am using Version 2010, The problem is I want to drag a item on timelineview but try the code

TimelineView.OwnerFromPoint(MousePosition).Name

on drag drop event, It gives me the two down owner name 

Also can any body tell me how to override the method of edit Appointments which fire on double click of any Appointments

Thanks for reading

Parents
No Data
Reply
  • 69832
    Offline posted

    atifamin2002 said:
    t gives me the two down owner name

    Control.MousePosition is expressed in screen coordinates, you need to convert that to client coordinates using the ScreenToPoint method.

    atifamin2002 said:
    Also can any body tell me how to override the method of edit Appointments which fire on double click of any Appointments

    use the UltraTimelineView.CalendarInfo.BeforeDisplayAppointmentDialog event

Children