I am using S开发者_StackOverflowilverlight 4 RichTextBox to capture data that will be printed. My problem is when I print using the code below the border surrounding the RichTextBox is also printed, e
How do I switch off this bottom bit? Can\'t seem to find it in the docs, can do just about everything else...
trying my first attached behavior: I want to bind the TextSelection of the RichTextBox to my ViewModel`s property:
In the Winforms RichTextBox control I have previously used the GetLineFromCharIndex method and the GetFirstCharIndexOfCurrentLine to work out the start and end points of the typed text on he current l
I开发者_如何学C need and editable component that supports these 2 features: inline images squiggly underlines that can have custom collor (different to text above them).
I really wonder what I can put in the ViewModel. If its needed to be tested might some say... But when the properties like CaretPosition (to get the selected Text) are no dependency
I\'m looking开发者_JAVA百科 for an efficient way to find the character indexes of different font styles in a RichTextBox.I have the following:
I wanted to insert an image into a RichTextEditor in AIR application. For my surprise I found this code working perfectly if the project was Web application but it doesn\'t work if I use it i开发者_开
While collecting some training data for NLP, I discovered that it is impossible to select parts of 2 adjacent words in a RichTextBox.
I am switching several TextBoxes out for RichTextBoxes to gain some of the cool features. I had my TextBoxes configured to AcceptReturn so that the enter key will create a new line,开发者_高级运维 ra