Does anyone know how to get XLabs CalendarView.SelectedDate to actually work?
I'm using XForms 1.4.3.6376 and XLabs 2.0.5610.2 (both installed with NuGet) and when I do the following the CalendarView does not highlight the selected date. The selected date is not actually highlighted until I physically click on a date in the CalendarView.
_calendarView.SelectedDate = DateTime.Now.AddDays(1);
I tested this on iOS, Android and WinPhone and get the same results. I searched bugzilla an could not find a ticket so it looks like this is an unreported issue.