Overview | Methods | This Package | All Packages
Sets the scroll rate for a month calendar control.
Syntax
public void setScrollChange( int rate )
Parameters
rate
An integer that indicates the number of months the control should offset its display when the user clicks a scroll button. If you specify zero (0) for this parameter, the scroll rate is reset to the default, which is the number of months displayed in the control. The default value is one (1).
Remarks
The scroll rate is the number of months that the control moves its display when the user clicks a scroll button.
See Also getScrollChange