It seems like a new problem or I haven't encountered it yet.
When switching to the view I'm greeted with an exception...
**System.ArgumentOutOfRangeException:** 'Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index'
10-22 15:11:26.840 I/MonoDroid( 6716): UNHANDLED EXCEPTION:
10-22 15:11:26.840 I/MonoDroid( 6716): System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
10-22 15:11:26.840 I/MonoDroid( 6716): Parameter name: index
10-22 15:11:26.840 I/MonoDroid( 6716): at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x00009] in <9356a4b185c848f09ae2606849b9c534>:0
10-22 15:11:26.840 I/MonoDroid( 6716): at System.Collections.ObjectModel.Collection`1[T].get_Item (System.Int32 index) [0x00000] in <9356a4b185c848f09ae2606849b9c534>:0
10-22 15:11:26.840 I/MonoDroid( 6716): at Com.Syncfusion.Schedule.SfSchedule.UpdateSelection (System.Boolean canOpenInline) [0x001b2] in <e49d37741c4b4047a92a0ddbad4877e5>:0
10-22 15:11:26.840 I/MonoDroid( 6716): at Com.Syncfusion.Schedule.SfSchedule.OnQueryAppointmentChangedEventArgs (Com.Syncfusion.Schedule.QueryAppointmentEventArgs args) [0x00028] in <e49d37741c4b4047a92a0ddbad4877e5>:0
10-22 15:11:26.840 I/MonoDroid( 6716): at Com.Syncfusion.Schedule.SfSchedule.OnMeasure (System.Int32 widthMeasureSpec, System.Int32 heightMeasureSpec) [0x001aa] in <e49d37741c4b4047a92a0ddbad4877e5>:0
10-22 15:11:26.841 I/MonoDroid( 6716): at Android.Views.View.n_OnMeasure_II (System.IntPtr jnienv, System.IntPtr native__this, System.Int32 widthMeasureSpec, System.Int32 heightMeasureSpec) [0x00009] in /Users/vsts/agent/2.155.1/work/1/s/src/Mono.Android/obj/Release/android-28/mcw/Android.Views.View.cs:16644
10-22 15:11:26.841 I/MonoDroid( 6716): at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.34(intptr,intptr,int,int)