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

Introduce a public API that allows developers to control the availability of undo, redo, and reset actions in the SfImageEditor control. This API will enable scenarios where previously applied annotations are treated as a new baseline without maintaining the previous editing history.

How it works:

  • When the API is set to false, the editor will not maintain undo-redo history, and the reset option will be disabled.
  • After deserializing annotations, developers can set the API to true so that any new edits are tracked in the undo-redo stack, and reset becomes applicable.
  • Internally, actions will be pushed to the undo collection only if the API is enabled.