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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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!