Search
MonthRangeSettings.setScrollInterval Method
See Also
 






Sets the number of months to scroll the view back or forth in time when a scroll button is pressed.

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

 Syntax

Java  Copy Code

public void setScrollInterval (
    Integer value
)

 Parameters

value

A positive integer value specifying with how many months to scroll the view. Set to null to use the corresponding value from the current theme.

 See Also