Search
ResourceViewSettings.setScrollStep Method
See Also
 






Sets the time modification interval when the user scrolls the view.

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

 Syntax

Java  Copy Code

public void setScrollStep (
    Duration value
)

 Parameters

value

A Duration object that defines the scroll interval. The minimal allowed value is 1 second. Set to null to use the corresponding value from the current theme.

 See Also