Hello,
I would like to ask if it is planned to release a "Rich Text Box" control for WPF.
I need a control to edit formatted text with a toolbar with the typical buttons to change the format to bold, italic, underline, ...
Thank you in advance.
Hello Alberto,
There is already a RichTextBox available in the standard WPF toolset. As far as being able to format such as bold and italic there is an example on creating your own Format Bar for the WPF RichTextBox.