Hi, When I load my xaml page having the SfSchedule control embedded in it. It throws a null reference exception which ends up crashing the app because it is not handled explicitly.
I get below message in the UnhandledExceptionEventArgs:
System.NullReferenceException: Object reference not set to an instance of an object.
at Syncfusion.UI.Xaml.Schedule.ScheduleDaysView.scrollviewer_Loaded(Object sender, RoutedEventArgs e)
There's no detailed stack trace of the error. I am not sure if the detail provided my me is helpful at all.
Any ideas?