I currently have the TimeInterval of the scheduler set to one day like this
Schedule.TimeInterval = 1440;
This works, but whenever I also set the StartHour and EndHour like this:
new TimelineViewSettings() { StartHour = 8, EndHour = 16 };issues start occuring with the scaling. It seems the TimeInterval is ignored.
This issue occurs both on Xamarin.iOS and Xamarin.Android.
Is there a way to combine TimeInterval and StartHour/EndHour?