How to modify mouse wheel scroll value in RadScheduler's MonthView
Environment
Product Version | Product | Author |
---|---|---|
2023.1.117 | RadScheduler for WinForms | Dinko Krastev |
Description
By design, when using the mouse wheel the Month View in RadScheduler weeks section is scrolled by 1 week. There could be a requirement to change this value by more than 1 week.
Solution
By default, the SchedulerInputBehavior is responsible for processing the keyboard and mouse input. In this case, we can create a custom input behavior and override the HandleMouseWheel() method. Inside the method, you can offset the view by 2 weeks instead of 1.