When we click on a date on a ultramonthview, the focs on the calendar goes to the selected date. Fine.
But when I navigate to the next month for example (using the scroll buttons of the ultramonthview), I would like also the calendar to move to the next month. How can this be done?
Thanks.
Yes, you are right. Another approach is to use the 'VisibleMonths' property of multiMonthView.
The reason I recommended using BeforeMonthScroll is that AfterMonthScroll contains no event arguments that identify which month was scrolled into view, and BeforeMonthScroll does.
"_AfterMonthScroll" event as well