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 draw an rtf line

I want to add a horizontal line to the RichTextBox as a delimiter of my text. I've found some examples …

c# richtextbox line rtf
Read-only Run elements in a WPF RichTextBox?

I may be completely imagining this, but I could have sworn there was a way to make individual Run (or …

wpf xaml richtextbox .net-3.5
Retrieving rich text box sharepoint in javascript

I have CustomNewForm for inserting items in the sharepoint list. The fields are "Reason" and "Reason OverView"; both Multiple Line …

javascript sharepoint sharepoint-2007 richtextbox sharepoint-workflow
How to draw border around a word in RichTextBox?

Let's say I have 2 TextPointers. One pointing at the beginning of a word and the other at the end of …

c# wpf richtextbox border
How to select RichTextBox text given an index and length

If you are only given an index and length (or EndIndex) of a certain text to select, how do you …

c# .net wpf richtextbox
Setting WPF RichTextBox width and height according to the size of a monospace font

I am trying to fit a WPF RichTextBox to exactly accommodate a grid of characters in a particular monospace font. …

c# wpf richtextbox monospace
render html in a rich text box in active reports software

I have a string with basic html markup which I want to put into a rich textbox string ab = @"<…

richtextbox activereports