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!>
Thanks for joining our community and helping improve Syncfusion products!
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.