Search
TimetableSettings.setScrollStep Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setScrollStep (
    Integer value
)

 Parameters

value

A positive integer value specifying the number of days to scroll. Set to null to use the corresponding value from the current theme.

 See Also