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
400
RichTextBox
posted

Quick question for anyone who might know. Does the spellchecker support the RichTextBox?

Thanks

Parents
  • 6475
    Verified Answer
    posted

    Hi,

    The RichTextBox control does not expose a single text property that you could use for a spellcheck target binding, like for example the Text property of the regular TextBox. So , a possible way to do that is to add a spellcheck target for each text element in the RichTextbox. This will ensure preserving the correct formatting, but you'll have to spellcheck every Inline as a different spell-check target.

     

    Attached is a sample that demonstrates that.

     

    Hope that helps,

    RichTextBoxSpellCheckingSample.zip
Reply Children
No Data