Hidden toolbar items visible after apply

Hello,


I'm using SetToolbarItemVisibility to hide all buttons but the crop options and the apply button.

.cs file:

private readonly string[] hideItems = new[] {

"Text", "Add", "TextColor", "FontFamily", "Arial", "Noteworthy", "Marker Felt", "Bradley Hand",

"SignPainter",

"TextEffects", "Bold", "Italic", "Underline", "Opacity", "Path", "StrokeThickness", "Colors", "Shape",

"Rectangle",

"Circle", "Arrow", "Effects", "Hue", "Saturation", "Brightness", "Contrast", "Blur", "Sharpen", "Pen", "Browse", "Save"

};

foreach (var item in hideItems)

{

this.ImageEditor.SetToolbarItemVisibility(item, false);

}


The issue is, after applying the cropping, the browse button is visible again, which should be hidden like it was in the first place.


How can I fix this?


Thank you.


1 Reply

VM Vidyalakshmi Mani Syncfusion Team November 21, 2023 02:02 PM UTC

Hi de,


We have already found and fixed the reported issue from our end. The fix has been included in our latest release, Volume 3, 2023 SP. To resolve this issue , we suggest upgrading the MAUI SfImageEditor control to the latest version, 23.2.4 and verifying whether the reported issue persists. Please refer to our release notes for further details.


Release notes: https://help.syncfusion.com/maui/release-notes/v23.2.4?type=all#sfimageeditor


If you encounter any further concerns or if the problem still exists, please do not hesitate to let us know.



Loader.
Up arrow icon