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 use multi color in richtextbox

I using C# windows forms and I have richtextbox and I want to color some text in red, some in …

c# .net richtextbox
How do I change RichTextBox paragraph spacing?

I am using a RichTextBox in WPF, and am trying to set the default paragraph spacing to 0 (so that there …

wpf richtextbox
How to append \line into RTF using RichTextBox control

When using the Microsoft RichTextBox control it is possible to add new lines like this... richtextbox.AppendText(System.Environment.NewLine); // …

c# richtextbox
Change color of text within a WinForms RichTextBox

I have a RichTextBox that I write a string to every time I click a Form button. Each string begins …

c# winforms richtextbox
How can I make a hyperlink work in a RichTextBox?

When I add www.stackoverflow.com into my RichTextBox and run the program it is shown in blue and as …

c# winforms richtextbox
Set RTF text into WPF RichTextBox control

I have this RTF text: {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 Arial;}} {\colortbl ;\red0\green0\blue0;\red255\…

c# .net wpf richtextbox
A textbox/richtextbox that has syntax highlighting? [C#]

Where can I find a control for WinForms that will highlight source code pasted into it? I would like one …

c# winforms syntax textbox richtextbox
Rich Text Box - Bold

I know there are loads of "how to bolden text" questions on here, but none of the answers are helping, …

c# richtextbox
How to 'align' text in RichTextBox C#?

How do I align the text in a RichTextBox? Basically, the RTB contains: "--testing" "--TESTING" "TESTING--" "testing--" Which all have …

c# richtextbox alignment
C# - Replace a character with nothing

I have a RichTextBox that looks like this: TEXT NEXT_TEXT 10.505 -174.994 0 TEXT NEXT_TEXT 100.005 174.994 90 TEXT NEXT_TEXT -10.000 -5.555 180 …

c# replace richtextbox