Search
ListViewSettings Members
Methods
 


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

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

 Public Methods

  Name Description

addChangeListener

Adds a ChangeListener to the view settings. (Inherited from ViewSettings.)

getCellSettings

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

getCellSpacing

Gets the amount space between adjacent cells.

getCellUnits

Gets the resolution of the list view.

getContentsMargin

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

getEnableMilestoneMode

Gets a value indicating whether milestone item rendering mode is turned on. When in this mode, items are not rendered as ribbons but rather as small squares in the cell where the items start.

getEnableSnapping

Gets a value indicating whether custom snapping is enabled.

getEnableVirtualItemSpace

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

getEvenWeeksBrush

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

getFooterFormat

Gets a string used to format the footer.

getFooterSize

Gets the footer size, in pixels.

getFreeDrag

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

getGroupHeaderSize

Gets the size of the group header.

getGroupHeaderStyle

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

getHeaderShadowColor

Gets the color of the shadows cast by headers.

getHeaderShadowOffset

Gets the offset of the shadows from the headers that cast them.

getHeaderShadowStyle

Gets the style of the shadows cast by headers.

getHeaderSize

Gets the header size in pixels.

getHeaderStyle

Gets the style of the List view header.

getItemOrientation

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

getMainHeaderFormat

Gets a string used to format the main header.

getMainHeaderSize

Gets or sets the main header size, in pixels.

getNumberOfCells

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

getOddWeeksBrush

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

getOrientation

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

getRotateGroupHeaderTexts

Gets a value indicating whether the group header texts in a horizontal list view are rotated.

getRotateHeaderTexts

Gets a value indicating whether the header texts in a horizontal list view are rotated.

getScrollStep

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

getShowGroupHeader

Gets a value indicating whether to display the resource grouping header.

getShowNavigationButtons

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

getSnapUnit

Gets the snap unit.

getStyle

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

getSubHeaderDivisions

Gets the number of divisions in the sub-header.

getSubHeaderSize

Gets the subheader size in pixels.

getSubTitleFormat

Gets a string used to format the subtitle texts.

getTitleFormat

Gets a string used to format the cells titles.

getTotalLaneCount

Gets the number of lanes in a CalendarView.List view whose getEnableVirtualItemSpace is true.

getVisibleCells

Gets the number of cells visible at the same time.

getVisibleColumns

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

removeChangeListener

Removes the specified ChangeListener from the view settings. (Inherited from ViewSettings.)

setCellSpacing

Sets the amount space between adjacent cells.

setCellUnits

Sets the resolution of the list view.

setContentsMargin

Sets the amount of space between the contents border and the actual contents of the view.

setEnableMilestoneMode

Sets a value indicating whether milestone item rendering mode is turned on. When in this mode, items are not rendered as ribbons but rather as small squares in the cell where the items start.

setEnableSnapping

Sets a value indicating whether custom snapping is enabled.

setEnableVirtualItemSpace

Sets a value indicating whether items in the list view can be scrolled through.

setEvenWeeksBrush

Sets the brush used to paint the background of the contents of even weeks.

setFooterFormat

Sets a string used to format the footer.

setFooterSize

Gets the footer size, in pixels.

setFreeDrag

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

setGroupHeaderSize

Sets the size of the group header.

setGroupHeaderStyle

Sets the appearance style used to paint the headers of individual columns.

setHeaderShadowColor

Sets the color of the shadows cast by headers.

setHeaderShadowOffset

Sets the offset of the shadows from the headers that cast them.

setHeaderShadowStyle

Sets the style of the shadows cast by headers.

setHeaderSize

Sets the header size in pixels.

setHeaderStyle

Sets the style of the List view header.

setItemOrientation

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

setMainHeaderFormat

Sets a string used to format the main header.

setMainHeaderSize

 

setNumberOfCells

Sets the total number of cells to be displayed in the CalendarView.List view.

setOddWeeksBrush

Sets the brush used to paint the background of the contents of odd weeks.

setOrientation

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

setRotateGroupHeaderTexts

Sets a value indicating whether the group header texts in a horizontal list view are rotated.

setRotateHeaderTexts

Sets a value indicating whether the header texts in a horizontal list view are rotated.

setScrollStep

Sets the number of units to scroll when the user clicks the navigation buttons.

setShowGroupHeader

Sets a value indicating whether to display the resource grouping header.

setShowNavigationButtons

Sets a value indicating whether the CalendarView.List view displays navigation buttons.

setSnapUnit

Sets the snap unit.

setStyle

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

setSubHeaderDivisions

Sets the number of divisions in the sub-header.

setSubHeaderSize

Sets the subheader size in pixels.

setSubTitleFormat

Sets a string used to format the subtitle texts.

setTitleFormat

Sets a string used to format the cells titles.

setTotalLaneCount

Sets the number of lanes in a CalendarView.List view whose getEnableVirtualItemSpace is true.

setVisibleCells

Sets the number of cells visible at the same time.

setVisibleColumns

Sets the number of visible group columns in a list view.

 See Also