Search
ListViewSettings.setScrollStep Method
See Also
 






Sets the number of units 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

An integer value specifying the number of units to scroll. Set to null to use the corresponding value from the current theme.

 Remarks

This property specifies the amount of units (as specified by getCellUnits) to scroll back and forth when using the navigation buttons in the CalendarView.List view.

 See Also