The RichTextBox control allows to display or edit RTF (Rich Text Format) content, which may include formatted paragraphs, hyperlinks, and inline images.
I using C# windows forms and I have richtextbox and I want to color some text in red, some in …
c# .net richtextboxI am using a RichTextBox in WPF, and am trying to set the default paragraph spacing to 0 (so that there …
wpf richtextboxWhen using the Microsoft RichTextBox control it is possible to add new lines like this... richtextbox.AppendText(System.Environment.NewLine); // …
c# richtextboxI have a RichTextBox that I write a string to every time I click a Form button. Each string begins …
c# winforms richtextboxWhen I add www.stackoverflow.com into my RichTextBox and run the program it is shown in blue and as …
c# winforms richtextboxI have this RTF text: {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 Arial;}} {\colortbl ;\red0\green0\blue0;\red255\…
c# .net wpf richtextboxWhere can I find a control for WinForms that will highlight source code pasted into it? I would like one …
c# winforms syntax textbox richtextboxI know there are loads of "how to bolden text" questions on here, but none of the answers are helping, …
c# richtextboxHow do I align the text in a RichTextBox? Basically, the RTB contains: "--testing" "--TESTING" "TESTING--" "testing--" Which all have …
c# richtextbox alignmentI 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