Is it possible to show a tooltip when hovering over a resource. This tooltip then should show for example: picture, telephone, department, ....
Hi sidhume,
In order to apply a tooltip to those UI elements you will need to create a style targeting CalendarHeaderVertical. This is the UI element that is displaying the resource name. You can then set the tooltip content to be whatever you need it to. The DataContext for the tooltip will be the ResourceCalendar object. You can take a look at my sample to see how I set this up.
ResourceItemsSource contains the resources which are shown on the left hand side of the schedule. It shows the property Name.
What resource specifically do you want the tooltip to show over? There's no object called ResourceItem in the schedule control that I am aware of.