Android Question [B4X] [XUI] AS CalendarExpandable missing function?

vfafou

Well-Known Member
Licensed User
Longtime User
Hello!
I've noticed that when I select a date of another year e.g. 2027 and I programmatically:
B4X:
ASCalendar.Scroll2Date(DateTime.Now)
ASCalendar.SelectedDate = DateTime.Now
the header does not tell the selected month and year. It stays at the manually selected month and year.
Is there something I miss?
I tried with RefreshHeader but nothing happened.
 
Last edited:
Top