Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
625
XamRichTextEditor not keeping focus
posted

Hi,

If I apply the XamRichTextEditor inside a scrollViewer as done here:

<Grid>
  <ScrollViewer>
    <ig:XamRichTextEditor />
  </ScrollViewer>
</Grid>

then whenever the user types in text and newlines, and reach the end of the editor, then the scrollviewer begins to show but it does not automatically scroll down, so you can see what you are typing. If you did replace the XamRichTextEditor with a normal TextBox this behavior would be as expected. When you reach the visual end of the textbox, and apply newlines it automatically scroll down so you can see these newlines and what you are typing in.

I have attached a sample project that simulates this.

Are there any way to configure the XamRichTextEditor so it gets the same behavior?

IGRtfAutoScroll.zip 

Parents Reply Children
No Data