Hello,
I have user control (AutoSize = True) with RichTextEditor inside.
I want to force RichTextEditor to show all content all the time.
First when user enter text, it should not show VerticalScroll when user put to many lines. The control should re-size automatically (only Height should change).
Secondly, when I import content to RichTextEditor, it should automatically calculate size of document and make whole content visible.
Is that possible?