This code:
Use PreviousWeek() and Nextweek() The action is fine.
But, changing to "DayCount_FiveDays" action is still 3 days.
B4X:
ASScheduler_DayView1.DayCount = ASScheduler_DayView1.DayCount_ThreeDays
...
Private Sub Previous_Click
ASScheduler_DayView1.PreviousWeek()
ASScheduler_DayView1.RefreshScheduler
End Sub
Private Sub Next_Click
ASScheduler_DayView1.Nextweek()
ASScheduler_DayView1.RefreshScheduler
End Sub
Use PreviousWeek() and Nextweek() The action is fine.
But, changing to "DayCount_FiveDays" action is still 3 days.