Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!
Thanks for joining our community and helping improve Syncfusion products!
Dear,
Writing the following xaml results in a bug.
<schedule:SfSchedule VerticalOptions="FillAndExpand" ScheduleView="TimelineView" TimeInterval="15" TimeIntervalHeight="120" MoveToDate="2019-11-26" MinDisplayDate="2019-11-26" MaxDisplayDate="2019-11-26">
<schedule:SfSchedule.TimelineViewSettings>
<schedule:TimelineViewSettings>
StartHour="08"
EndHour="22"
<schedule:TimelineViewSettings.LabelSettings>
<schedule:TimelineLabelSettings TimeFormat="HH:mm"/>
</schedule:TimelineViewSettings.LabelSettings>
</schedule:TimelineViewSettings>
</schedule:SfSchedule.TimelineViewSettings>
</schedule:SfSchedule>
Labels that are used to show the timing of the schedule change dependent on their position in the screen. It depends on 'TimeInterval="15"'. All labels do: orginal(correct label) + something_dependent_on_scroll modulo 15.
Shown on an Android simulator and a physical device.
Thank you!