sfRotator is not working properly.

In the attached project, there is a 'PhotoAdd' page with a 'Take Photo' button and inside the sfRotator, there is a 'đź—‘' button at the top right corner to delete a captured photo.

The requirement is to add photos and delete the photos.


In the VM, there is an ObservableCollection - PhotoCollection of Photos.


In the Dashboard, there is a Capture Photo image button and if we click on the button, will redirect to the PhotoAdd page.


In the page, if we click on 'Take Photo' button, the camera app will open and once we captured the photo it will add to the collection and the button will be disabled.

If we delete the photo using the 'đź—‘' , then the photo should delete from the PhotoCollection and the button should enable to capture photo again.


Issue: If we add two photos and delete the photos one by one, the last image will be remain in the screen and the screen is not clearing.

The 'Take Photo' button will be enabled as per the requirement, but the image and the thumbnail will not clear out and still remain in the screen.


Attachment: SfRotatorSampleApp_405dcb3b.zip

2 Replies

SS Shyam Sundar Datchina Moorthy Syncfusion Team April 22, 2026 05:21 AM UTC

Hi Andrew Elliott,

 

Thank you very much for your patience and cooperation while we reviewed this issue.

 

We have now logged a bug report for the reported behavior, and you can track its progress using the link below:

Thumbnail remains visible when deleting the last item in SfRotator in .NET MAUI | Feedback Portal

 

A fix for this issue is planned for the 5 May 2026 weekly release, and we will be sure to notify you as soon as the update is included.

 

If there is anything else we can assist you with, please feel free to let us know. We’re always happy to help.

 

Note: The feedback link provided is private, and you need to log in to view this feedback.

 

Disclaimer: Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.

 

Regards,

Shyam Sundar D



SS Shyam Sundar Datchina Moorthy Syncfusion Team May 5, 2026 05:46 AM UTC

Hi Andrew Elliott,

 

We are pleased to inform you that the thumbnail issue in SfRotator has been fixed. The fix is available in the latest NuGet package: Syncfusion.Maui.Rotator- version 33.2.5.

You can access it here: NuGet Gallery | Syncfusion.Maui.Rotator 33.2.5

 

Root Cause :

When the last item is removed from the rotator, the main item view is cleared but the thumbnail/dot navigation and navigation controls remain visible, where the condition gets failed when the Items count becomes 0.

 

Resolution :

Add a check to handle the case when ItemsSource is empty. When no items are available, clear or unbind the related visuals and data bindings, refresh the layout, and keep only the required navigation elements visible. Once the ItemsSource becomes non‑empty again, restore the bindings and update the layout so the UI renders correctly.

 

We recommend updating your project to this version to benefit from the resolution.

Thank you for your continued support and patience while we worked on this update. If you need any further assistance, please feel free to reach out to us at any time.

 

Regards,

Shyam Sundar D


Loader.
Up arrow icon