Hello,
We have previously used the RichTextEditor in Xamarin, but only as a viewer (without a toolbar), displayed inside a Grid. In Xamarin, we simply handled the PropertyChanged event on HtmlText and then set the Height to ContentHeightRequest.
In MAUI, it seems that ContentHeightRequest no longer exists, and all measure routines return 0 for the height. We have EnableAutoSize set to true, but this property appears to be intended primarily for text input, whereas our field is read-only.
Could you please advise how we can achieve the equivalent of ContentHeightRequest for a read-only RichTextEditor in MAUI?
Thank you in advance for your help.
Best regards,