Tagged Questions
1
vote
2answers
332 views
Rich HTML editor in WPF
I'm working on a WPF application where we need some rich HTML editing features.
The application will typically generate some intitial HTML (tables and such) and present to the user, which in turn ...
1
vote
1answer
785 views
Paragraph formatting in a WPF RichTextBox?
I need to apply paragraph formatting to a selection in a rich text box. My RTB will behave the same way as the rich text boxes on StackOverflow--the user can type text into the RTB, but they can also ...
0
votes
2answers
30 views
WPF - RichTextEditor
im searching for a Usercontrol that generates XAML-Code (Flowdocument Code)
For a Bold Text -> <Paragraph><Bold>Text</Bold></Paragraph>
thanks for your help!
0
votes
0answers
83 views
wpf richtextbox background colour set by colour picker
I have created a custom richtextbox and I have also created a custom color picker for that control but I need to set background color when genarating html. Anyone pls tell me a way to do that.