How to ignore spelling in WPF RichTextBox
I'm using the built-in SpellCheck for WPF RichTextBox and would like to ignore spelling errors for some text runs (checked paths). What's the best way to do this?
0
dmo
source
to share
1 answer
Since the dictionary is not expanding at the moment, I achieved this behavior by setting the language to "none".
0
dmo
source
to share