PocketPlanner Programmer's Guide

ListViewSettings Members

Properties

Defines properties that allow customizing the visualization of the calendar in a List view.

The following tables list the members exposed by the ListViewSettings type.

 Public Properties

  Name Description

CellSettings

Gets a CellSettings object used to customize the visualization of cells in the List view.

CellSpacing

Gets or sets the amount space between adjacent cells.

CellUnits

Gets or sets the resolution of the list view.

ContentsMargin

Gets or sets the amount of space between the contents border and the actual contents of the view.

EnableSnapping

Gets or sets a value indicating whether custom snapping is enabled.

EnableVirtualItemSpace

Gets or sets a value indicating whether items in the list view can be scrolled through.

EvenWeeksBrush

Gets or sets the brush used to paint the background of the contents of even weeks.

FreeDrag

Gets or sets a value indicating whether users can drag items anywhere in the view, not only in the first unoccupied row.

GroupHeaderSize

Gets or sets the size of the group header.

GroupHeaderStyle

Gets or sets the appearance style used to paint the headers of individual columns.

HeaderSize

Gets or sets the header size in pixels.

HeaderStyle

Gets or sets the style of the List view header.

ItemOrientation

Gets or sets a value indicating whether the items are displayed horizontally, vertically or according to the orientation of the view.

NumberOfCells

Gets or sets the total number of cells to be displayed in the List view.

OddWeeksBrush

Gets or sets the brush used to paint the background of the contents of odd weeks.

Orientation

Gets or sets a value indicating whether the cells are displayed horizontally or vertically.

ScrollStep

Gets or sets the number of units to scroll when the user clicks the navigation buttons.

ShowGroupHeader

Gets or sets a value indicating whether to display the reference grouping header.

ShowNavigationButtons

Gets or sets a value indicating whether the List view displays navigation buttons.

SnapUnit

Gets or sets the snap unit.

Style

Gets or sets the appearance style used to paint calendar elements that don't have a distinct style assigned to them.

SubHeaderDivisions

Gets or sets the number of divisions in the sub-header.

SubHeaderSize

Gets or sets the subheader size in pixels.

SubTitleFormat

Gets or sets a string used to format the cells subtitles.

TitleFormat

Gets or sets a string used to format the cells titles.

TotalLaneCount

Gets or sets the number of lanes in a List view whose EnableVirtualItemSpace is set to Enabled.

VisibleCells

Gets or sets the number of cells visible at the same time.

VisibleColumns

Gets or sets the number of visible group columns in a list view.

 See Also