Are we able to implement 2 WPF ScheduleViews on the same Window with ability to drag and drop appointments between each other?
[ScheduleView 1]
- Room 101 [ appointment ]
- Room 102
- Room 103 [ appointment ]
----------------------------------
[ScheduleView 2]
- Reservation Z8329 [ appointment ]
- Reservation Z8342 [ appointment ]
- Reservation Z8451 [ appointment ]
E.g. Drag the appointment from ScheduleView 2 (Reservation Z8342) to ScheduleView 1 (Room 102)
Can we achieve this?
[ScheduleView 1]
- Room 101 [ appointment ]
- Room 102
- Room 103 [ appointment ]
----------------------------------
[ScheduleView 2]
- Reservation Z8329 [ appointment ]
- Reservation Z8342 [ appointment ]
- Reservation Z8451 [ appointment ]
E.g. Drag the appointment from ScheduleView 2 (Reservation Z8342) to ScheduleView 1 (Room 102)
Can we achieve this?