I would like to have a calendar that has five or seven days and where every day have the looks of the UltraDayView. A vertical space for every day. In the same way that Outlook is build. The control UltraWeekView seems to only allow a box separated view representation of the days. Am I missing an essential property in UltraWeekView that defines how the days should be represented?
Thanks!
You have to use an UltraDayView, link it to a CalendarInfo, and set the SelectedDatesRange in the CalendarInfo object to be a 5 or a 7 days range. The UltraDayView will show what you like. A sample of this is the "Outlook" in the Samples\WinForm directory.