The RichTextBox control allows to display or edit RTF (Rich Text Format) content, which may include formatted paragraphs, hyperlinks, and inline images.
How can I make RichTextBox with no Margin, Border, Padding etc. ? In another words to display content in the same …
c# .net wpf richtextbox paddingI have a RichTextBox where I need to update the Text property frequently, but when I do so the RichTextBox "…
c# winforms richtextboxI'm creating a text editor for a domain specific language. I'm using the WPF RichTextBox as the basic control. I …
wpf richtextbox line-numbersI'm creating a function that takes a RichTextBox and has access to a list of keywords & 'badwords'. I need …
c# graphics richtextbox syntax-highlightingBasically, I have a RichTextBox and I want to convert the formatted contents of it to HTML so it can …
c# wpf richtextbox flowdocumentWhat is the best way to detect if a WPF RichTextBox/FlowDocument is empty? The following works if only text …
wpf richtextbox flowdocumentI have a WPF RichTextBox that I am typing some text into and then parsing the whole of the text …
c# .net wpf richtextbox flowdocumentI am new to programming and having problems making a simple code for character counter for a button. I've somehow …
c# count richtextbox charactercountI need to set the font family for the next text to be written in a RichTextBox. I tried setting …
wpf xaml fonts richtextboxI 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