PocketPlanner Programmer's Guide

ListViewSettings.VisibleCells Property

See Also

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

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public int VisibleCells { get; set; }

Visual Basic

Public Property VisibleCells As Integer

 Property Value

A positive integer value specifying how many days to display simultaneously in the day range view. Assign -1 to this property to use the corresponding value from the current theme.

 Remarks

The value assigned to this property cannot be less than 1 or less than the total number of days available in the view, as specified in the NumberOfCells property.

 See Also