Search
ListViewSettings.setVisibleCells Method
See Also
 






Sets the number of cells visible at the same time.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setVisibleCells (
    Integer value
)

 Parameters

value

A positive integer value specifying how many days to display simultaneously in the list view. Set to null to use the corresponding value from the current theme.

 Remarks

This value cannot be less than 1 or less than the total number of days available in the view, as specified by getNumberOfCells.

 See Also