Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, 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!

4
Votes

I've a SfImageEditor created in a ControlTemplate.

Image is loaded with mvvm databinding using an ImageSource created from a byte array.

I've two images. If I show the images separately with two SfImageEditor instances, all works, so I'm sure that che byte arrays are not corrupted.

But if I use only one SfImageEditor and I switch from first image to the second an unhandled exception is raised with message

"Value does not fall within the expected range."


The SfImageEditor is created inside a ControlTemplate loaded from a ContentView contained in a TabControl.

Unfortunately, I'm not able to reproduce the problem with a sample project, but I don't know where to find the source of the problem becouse only if I remove the SfImageEditor and replace that for example with an Image, the problem disappear.


Can you suggest me a way for investigate more deeper or have you an idea of where the problem can be?


Thanks,

Walter