Hello!
I've noticed that when I select a date of another year e.g. 2027 and I programmatically:
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.
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
Is there something I miss?
I tried with RefreshHeader but nothing happened.
Last edited: