I want to know how to do开发者_开发技巧 find and replace for wpf RichTextBox? I could not get the .Text property of RichTextBox in WPF. please help me.
I am looking for a nice comment box, instead of creating something with textbox and a button. Windows live photos has a nice comment box under each photo, it is one line with a small triangle on left
I am having trouble with adding text to the RichTextBox with tabs in it. I have code similar to this:
I am having to change a mass ammount of text saved in a database in RTF format in to plain text. I am using the method described in this MSDN article however I i think i found a snag (I don\'t think i
I have a WPF RichTextBox and using FlowDocument I have added a Paragraph.Inside that Paragraph I have also added multiple Hyperlinks.
What I am trying to do is format a file and sort it into 3 different RichTextBoxes depending on the regular expressions that matches the line in the .txt file.
I am working on RichTextBox in WPF and开发者_Go百科 i would like to know if i can have url references something like we have in html
I seem to be experiencing a very unusual issue with the RichTextBox control, programming in C# in Visual Studio 2008.
I have a problem with the getting 开发者_开发知识库the RichTextBox`s text color. There is a method about it but i was fail with it. help me to use this method or is there any way to do this.
I am loading quite a lot of rich text into a RichTextBox (WPF) and I want to scroll to the end of content: