The scroll rate for a month calendar control. The scroll rate is the number of months that the control moves its display when the user clicks a scroll button. If this value is zero, the month delta is reset to the default, which is the number of months displayed in the control.
[Visual Basic] Public Property ScrollChange As Integer [C#] public int ScrollChange {get; set;} [C++] public: __property int get_ScrollChange(); public: __property void set_ScrollChange(int); [JScript] public function get ScrollChange() : int; public function set ScrollChange(int);
the current scroll rate
MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace