Set the CurrentView property of the Calendar class to List to select the list view. This view displays several rows or columns where each row or column represents a single second, minute, hour, day, week, month or year. The day cells display the represented time in a user-specified format to the GeneralFormat, FirstDayOfMonthFormat and FirstDayOfYearFormat properties of the associated CellSettings, and the schedule items set to occur on the corresponding date.
The List view supports two different layouts, specified in the ListViewSettings.Orientation property of the Calendar class. The Horizontal layout displays the day cells as columns, and the Vertical layout - as rows.
Use the ListViewSettings property of the of the Calendar class to set the appearance of the list view. The ItemSettings property lets you specify how schedule items should be displayed.
The Style property of the associated CellSettings specifies a common appearance style to be used for all cells in the view and the HeaderStyle property - for the cell's headers. Style the main and the group headers through MainHeaderStyle and GroupHeaderStyle properties. Use ListViewSettings.Style to set the style of the entire view.