Toolbar frame appears in SfRichTextEditor even when ShowToolbar is false

I'm currently trying to show a SfRichTextEditor control in read only mode without a toolbar.
Even though toolbar is disabled, a toolbar frame is still shown covering part of the text in the control.

                                                    <richtexteditor:SfRichTextEditor
                                                        HeightRequest="128"
                                                        IsVisible="{Binding CommentAvailable}"
                                                        ReadOnly="True"
                                                        ShowToolbar="False"
                                                        Text="{Binding Comment.Text}" />

Regards
Arno

1 Reply

DS Devaraj Sekar Syncfusion Team March 13, 2020 08:48 AM UTC

Hi Arno, 
Thank you for contacting Syncfusion support. 
We have fixed the mentioned issue “Toolbar occupies default space when visibility hidden” recently in included in our upcoming Essential Studio 2020 Volume 1 Beta release which is estimated to on 17th March 2020 tentatively. 
Kindly let us know if you require any further assistance. 
Regards, 
Devaraj S 


Loader.
Up arrow icon