v16.1 will ship with an entirely new way to present appointment/event information within your Windows app. Our WinForms Scheduler's Agenda View allows you chronologically display a list of appointments which are grouped by day. This View is implemented Via the AgendaView class, accessible using the SchedulerControl.AgendaView property.
To begin using the Agenda View in your project, set the SchedulerControl.ActiveViewType property to SchedulerViewType.Agenda.
Properties will include:
ShowLabel - Specifies whether the round appointment label indicator is shown.
ShowResource - Displays an appointment's resource caption in the Agenda View.
StatusDisplayType - Specifies whether appointment status is displayed as a color bar at the left most edge of a row (AppointmentStatusDisplayType.Bounds, AppointmentStatusDisplayType.Time) (AppointmentStatusDisplayType.Never).
We'd love to hear your thoughts on the new Agenda View. Are you currently using our WinForms Scheduler and if so, what vertical markets does your app serve?