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