Hi,
I try to customize the appointment of a scheduleview. I use the following code to change the backgroud color. But I also need to change the background color when the appointment is selected. How can we change it ?
<scheduleview:OrientedAppointmentItemStyleSelector x:Key="AppointmentItemStyleSelector">
<scheduleview:OrientedAppointmentItemStyleSelector.VerticalStyle>
<Style TargetType="scheduleview:AppointmentItem" BasedOn="{StaticResource AppointmentItemBaseStyle}">
<Setter Property="Background" Value="#C1D72E" />
</Style>
</scheduleview:OrientedAppointmentItemStyleSelector.VerticalStyle>
</scheduleview:OrientedAppointmentItemStyleSelector>
Thanks
Marc