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!

0
Votes

I am upgrading my application from Xamarin to MAUI.  My Xamarin app used the Syncfusion Xamarin controls, so in the MAUI version I am switching them to the equivalent Syncfusion MAUI controls. 

The rest of my upgrade has gone smoothly, but I have run into a problem where the MAUI SfScheduler control doesn't seem to be as flexible as the Xamarin SfSchedule control.


The page I'm having trouble with shows a schedule, in timeline mode, with the resources view displayed in the left column.  As such, the appointments are grouped by resource.  In my scenario, the appointments never overlap, so I want to have each resource row only be as tall as one appointment.  Also, I am customizing the display of each resource item via a resource template, and the custom template I'm using requires a wider width than that of the default resource view column.

In Xamarin, I was able to adjust the height each resource by setting SfSchedule.ResourceViewSettings.VisibleResourceCount, and I was able to adjust the width by setting SfSchedule.ResourceViewHeight.  I can't find a way to accomplish the same custom look with the MAUI SfScheduler control.  Is it possible and I'm just missing it, or is that level of customization not supported in the MAUI control?  I've attached screen shots showing the schedule as it looked in the Xamarin version of my app and the closest I've been able to get it to look so far in MAUI.