Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, 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

Hello,

I noted that when "View" in SfScheduler is changed from "Agenda" to something different the custom template set in "scheduler:SchedulerHeaderView.HeaderTemplate" gets kind of overwritten/overlayed with 2 Buttons (navigate left/right) as soon as you change "View" to something else.


In the screenshot "Header_Agenda.png" you can see the custom header working properly (this works for every View until you hit agenda).

In "Header_Overwrite.png" you can see the two buttons appearing after View was set to "Agenda" once.

I also added my very simple test code for this.