I am writing a text editor and need to provide a live word count. Right now I am using this extension method:
I need to put data from two different datasourses in the same textbox. The text that comes from the first one have to be bolded and 开发者_开发技巧the secound normal.
I have created a custom RichTextBox control and exposed a Text property. The Text property is defined as follows:
I\'ve been reviewing the features of the RichTextBox control in Silverlight 4. What I\'ve yet to find is any examples of Loading and Saving content in the RichTextBox.
I\'m trying to make some sort of intellisense look a like for an editor I\'m working on. When the user types in therichtextbox and the letters match a word a listview will pop-up and the matched word
I am writing a chat program and I would like to present the name of the user in a different color. If the user sends or receives a message, I would like to display the user n开发者_StackOverflowame in
I\'m looking for a way to make specific elements in a HTML rich text editor read-only and not possible to modify by the user. Is there any way to achieve this behavior?
I\'m trying to create a very simple contentEditable div input.However, any way that I can think of to get the value of the input is not exactly what the user typed in IE because whitespace is collapse
I have previously used the arguments of a contentsResized event on a Winforms richtextbox to get the new size of my RTB.
Is there a method within the RichTextBox control in WPF to allow for the user to resize inserted images, or do you have to devise your own method for this.