I have pretty much duplicated the demo for Group Styling, and I seem to have a problem with the week view. The Month, Day, and Timeline views seems fine. For some reason I have a bunch of white space below the resource headers and the time slots only go from 12am - 9am. These seems to be default behavior because I haven't specified and Tick or Zoom info yet. Also, the Toolbar header is always black. I tried setting the theme in code but it doesn't seem to change. FYI, I instantiate the ScheduleView control in a class and not in a .xaml. See attached screenshots of the Week view.
Doesn't work?
ScheduleView.SetValue(StyleManager.ThemeProperty, ThemeManager.StandardThemes["Office_Blue"]);
Thanks,
Rod