Search
ListViewSettings.getScrollStep Method
See Also
 






Gets 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 Integer getScrollStep ()

 Return Value

An integer value specifying the number of units to scroll.

 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