Hello,
Is there any way to insert my own WPF UserControl into the RichTextBoxAdv's document?
I was making an application which provides a live word document generating experience.
The app loads a docx template file. My user will input various fields in some controls outside the RichTextBoxAdv.
I want some texts in the RichTextBoxAdv updated when the user changed the text in the textbox, similar to a WPF binding.
Can I achieve this with RichTextBoxAdv?
Thanks in advance!