Does WPF RichTextBox support squiggly underline and inline images? -


I need to support these 2 features and editable components:

  • Inline images
  • Squagglly underlines which can be custom chords (different for their text above).

What does WPF RichTextBox support? If not, what does it do?

Displays rich textbox flow documents that support inline images through the use of one. They do not support squawgli underline by default, but you can create a custom style.


Comments

Popular posts from this blog

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

gtk - Python Window Resize -

c# - read full xml file data over tcp -