Hi,
in my ScheduleView, I always completly fill it with Appointments and SpecialSlots for visual purpose, I mean, each SpecialSlot and Appointment contain a UserControl with a border. Each day contain at least 2 resources.
I would like to implement a nivagtion behavior which consist of using the arrow keys to navigate through the SpecialSlots and Appointments and when the navigation behavior return a SpecialSlot or an Appointment, I would like to change the border color of the UserControl to indicate a new selected SpecialSlot or a new selected Appointment in the control.
I would like to know how it's possible to do it...?
Thank's
Alain