I can extend the ToolTip and create my own RichToolTip but I don\'t understand how I can handle formatting per line or Per word. Can I add controls which a user can click on ? or images etc.
I am building a chat application where the user enters its text to a richtextbox. In the rich text box there is an initial text which says: \"Me: \".
I need to store significant amounts of rich text in a SQL database, retrieve it and display it. One font throughout is OK but I need different font sizes/bold/colors.
I want the 开发者_开发技巧mouse wheel scrolls up and down withinrichTextBoxYou can set the focus property to the TextBox, to scroll by using the mouse wheel.
Let\'s say I have some batch code that prints out a hello world program in batch, and I have placed the code into a rich text box (that is in visual C# .NET):
So I\'m trying to make a selected amount of text (in a rich text box) go uppercase or开发者_运维知识库 go lower case, when that option is clicked in a contextmenu.
I have a WPF richtextbox that contains text and hyperlinks. I want to change the font size for the selected hyperlink when i press a button. The problem that i have is that i am not able to get the se
This question already has answers here: Closed 11 years ago. Possible Duplicate: C# How can I set the color of text in a richtextbox?
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonabl开发者_JS百科y answered in its current form. F
I\'m new to WPF and I\'ve found some similar questions but can\'t quite figure out the last part.I have a ViewModel with an ObservableCollection that contains error messages. I want to display these o