Top "Richtextbox" questions

The RichTextBox control allows to display or edit RTF (Rich Text Format) content, which may include formatted paragraphs, hyperlinks, and inline images.

RichTextBox (WPF) does not have string property "Text"

I am trying to set/get the text of my RichTextBox, but Text is not among list of its properties …

c# wpf wpf-controls richtextbox
Textarea that can do syntax highlighting on the fly?

I am storing a number of HTML blocks inside a CMS for reasons of easier maintenance. They are represented by &…

javascript html richtextbox widget highlighting
Color different parts of a RichTextBox string

I'm trying to color parts of a string to be appended to a RichTextBox. I have a string built from …

c# string winforms colors richtextbox
Displaying tooltip on mouse hover of a text

I want to display a tooltip when the mouse hovers over a link in my custom rich edit control. Consider …

c# .net winforms tooltip richtextbox
Rich Text box scroll to the bottom when new data is written to it

My program calls Java and then redirects stdout to a RichTextBox. My problem is that the vertical scrollbar always stays …

c# winforms richtextbox
Richtextbox wpf binding

To do DataBinding of the Document in a WPF RichtextBox, I saw 2 solutions so far, which are to derive from …

c# wpf data-binding richtextbox
"Object library not registered" when adding Microsoft Rich Textbox Control 6.0 (SP6)

I try to add Microsoft Rich Textbox Control 6.0 (SP6) control via Project -> Components... in VB6 IDE. The control …

vb6 ide richtextbox ocx
How can I insert an image into a RichTextBox?

Most of the examples I see say to put it on the clipboard and use paste, but that doesn't seem …

c# vb.net image richtextbox rtf
How do I scroll a RichTextBox to the bottom?

I need to be able to scroll a RichTextBox to the bottom, even when I am not appending text. I …

c# winforms scroll richtextbox
What is the best rich textarea editor for jQuery?

Something like this one on the Stackoverflow site would be nice! Or something non-jQuery that doesn't conflict with jQuery $() tags …

jquery richtextbox