Search
ListViewSettings.VisibleCells Property
See Also
 





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

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int VisibleCells { get; set; }

Visual Basic  Copy Code

Public Property VisibleCells As Integer

 Property Value

A positive integer value specifying how many days to display simultaneously in the list 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