Hi,
We have a Maui app that uses a SfRotator that loads the templates from xaml files.
We are trying to set the WidthRequest on these templates from the TemplateViewModel when they are loaded.
I have created a Sample app and you can see what happens below. This is only a problem on Windows, this sample app works on Android as excpected.
Below you can see the code I have added. When the code is there then the page doesnt render inside the rotator. When you comment out the code of setting the WidthRequest you can see that the page renders.

You can see below the page does not render:
Below you can see when the page renders when the code is commented out:
I also noted that when I set the WidthRequest in xaml like below. That it also doesnt render.

I have attatched the project as a zip file.
Can you please investigate and let me know if it is a bug or if there is a fix.
Thanks,
Mark
Attachment:
SyncfusionWidthInTemplateTest_61a8de89.zip