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.

How to show number of a line in a RichTextBox C#

I am making a simple text and script editor with code highlighting. For that I use a RichTextBox. But I …

c# richtextbox numbers line
C#/WPF: Disable Text-Wrap of RichTextBox

Does anyone know how I can disable the text wrapping of a RichTextBox? E.g. if I have a large …

c# wpf richtextbox word-wrap
Open a .txt file into a richTextBox in C#

I want to be able to open a .txt file up into a richtextbox in c# and also into a …

c# richtextbox global-variables text-files openfiledialog
WPF RichTextBox appending coloured text

I'm using the RichTextBox.AppendText function to add a string to my RichTextBox. I'd like to set this with a …

c# wpf colors richtextbox
Decrease the line spacing in TinyMCE textarea

I am using TinyMCE to provide a rich text editing text editor. But the line spacing between the lines is …

html tinymce richtextbox newline
How to get a WPF rich textbox into a string

I saw how to set a WPF rich text box in RichTextBox Class. Yet I like to save its text …

wpf richtextbox
Celsius symbol in RichTextBox

I write windows application using C# and .NET2.0. In RichTextBox I would like to show Celsius symbol. How to do …

c# windows .net-2.0 richtextbox
How can I make a RichTextBox scroll to the end when I add a new line?

I have several read only RichTextBox's that are used for logging output. Since they're read only they don't seem to …

c# wpf xaml richtextbox
c# - perfect syntax highlighting

I'm looking for a RichTextBox with syntax highlighting! Sounds easy but I'm searching since months and didn't find that what …

.net user-controls richtextbox syntax-highlighting
How do I make a rich text input box field like StackOverflow has?

I am working on a site that depends on user generated content, and it would be very nice to also …

jquery html richtextbox