Hi,
I
am currently using the SfRichTextBoxAdv with the extension class to
enable binding using MVVM. The problem I am encountering involves the height of
the control. I wish to adjust the height of the control based on the content
which is displayed. I have can achieve 80% of what I need by setting the
LayoutType property to Block but there are cases in which I need a horizontal
scrollbar to enable viewing of large tables for example, the text wraps which
isn’t an issue. I have tried to use the Continuous Layout Type but it doesn’t
adjust to the height of the content meaning lots of whitespace if my content is small e.g a single line. Please could you advise how I would get
the desired effect of height adjusted by content and horizontal scroll if need?