C1Schedule scrollbar:
Thanks Irina, but i'm not quite clear about your answer. I haven't touched any setting for scrollbars of DayView, WeekView, they're just get implicit scrollbar style as expected, but MonthView doesn't. How can i set for this for MonthView.
I have Default scrollbar style for whole application named ScrollBar_BlackGFlat and set as implicit style in global scope like this
<Style TargetType="{x:Type ScrollBar}" BasedOn="{StaticResource ScrollBar_BlackFlat}"/>
DayView, WeekView took this style properly without extra setting, what i'm meaning is why not MonthView. Do we have to set this for MonthView separatedly?