This question is locked. New answers and comments are not allowed.
I have all views in ScheduleView (Day,Week,Month,Timeline). I can switch between all except from TimeLineView to MonthView.
When I switch from TimeLine to MonthView then is fired error:
Layout cycle detected. Layout could not complete.
When I switch from TimeLineView to DayView or WeekView and then to MonthView then it is OK.
There is not any handler for SizeChanged in control. There is handler for VisibleRangeChanged in what I read Appointments. Error Occurs even in case when handler is commented out. It means only internal ScheduleView
action are in progress.
Switching is done with AppointmentsSource assigned to not empty observable collection.
I use user appointment derived from Appointment and a bit modified template for appointment.
In my last test I set AppointmentsSource to null and then clear collection of appointments and read new
data. It works but window of ScheduleView is empty with a message for 1 second. It is not too good.
And like to know right method for switching between views and/or how to remove text from empty window.
Can somebody help me?
When I switch from TimeLine to MonthView then is fired error:
Layout cycle detected. Layout could not complete.
When I switch from TimeLineView to DayView or WeekView and then to MonthView then it is OK.
There is not any handler for SizeChanged in control. There is handler for VisibleRangeChanged in what I read Appointments. Error Occurs even in case when handler is commented out. It means only internal ScheduleView
action are in progress.
Switching is done with AppointmentsSource assigned to not empty observable collection.
I use user appointment derived from Appointment and a bit modified template for appointment.
In my last test I set AppointmentsSource to null and then clear collection of appointments and read new
data. It works but window of ScheduleView is empty with a message for 1 second. It is not too good.
And like to know right method for switching between views and/or how to remove text from empty window.
Can somebody help me?