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.

WPF: How to make RichTextBox look like TextBlock?

How can I make RichTextBox with no Margin, Border, Padding etc. ? In another words to display content in the same …

c# .net wpf richtextbox padding
How do you prevent a RichTextBox from refreshing its display?

I have a RichTextBox where I need to update the Text property frequently, but when I do so the RichTextBox "…

c# winforms richtextbox
WPF RichTextBox to create editor with line numbers

I'm creating a text editor for a domain specific language. I'm using the WPF RichTextBox as the basic control. I …

wpf richtextbox line-numbers
RichTextBox syntax highlighting in real time--Disabling the repaint

I'm creating a function that takes a RichTextBox and has access to a list of keywords & 'badwords'. I need …

c# graphics richtextbox syntax-highlighting
C# FlowDocument to HTML conversion

Basically, I have a RichTextBox and I want to convert the formatted contents of it to HTML so it can …

c# wpf richtextbox flowdocument
Detect if a RichTextBox is empty

What is the best way to detect if a WPF RichTextBox/FlowDocument is empty? The following works if only text …

wpf richtextbox flowdocument
WPF FlowDocument - Absolute Character Position

I have a WPF RichTextBox that I am typing some text into and then parsing the whole of the text …

c# .net wpf richtextbox flowdocument
How to count characters in RichTextBox using C#

I am new to programming and having problems making a simple code for character counter for a button. I've somehow …

c# count richtextbox charactercount
How to set RichTextBox Font for the next text to be written?

I need to set the font family for the next text to be written in a RichTextBox. I tried setting …

wpf xaml fonts richtextbox
RichTextBox horizontal scroll not working

I have a single line readOnly RichTextBox with wordWrap disabled, and I add programmatically one single very long line of …

c# winforms scrollbar richtextbox windows-forms-designer