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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -