python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Listen to RichTextBox.ZoomFactor has changed event
I cannot determine why the ZoomFactor of my Winforms RichTextBox is getting reset to 1.
I checked all calls to Clear() and when setting the Text property and I am aware of the Set-ZoomFactor-twice-bug...
Thomas853
Votes: 0
Answers: 0
How to change the Enter KeyChar when pressed in a RichTextBox?
I am currently tasked with programming a text editor for some formatted text. I chose to use a RichTextBox for obvious reasons. For every key until now I was able to modify the KeyChar of it, either w...

Mister X
Votes: 0
Answers: 1
WPF RichTextBox lock paragraph font
I'm trying to figure out how the documents in RichTextBox work.
What I want to achieve is to change selected text font but, not replace a specific one.
So whenever I select text and press a button to ...

Mordecki
Votes: 0
Answers: 1
RichTextBox does not copy new lines to the clipboard
In the code, I generate formatted text into a WPF RichTextBox. I use Environment.NewLine to insert line break. Everything looks fine. However, when I copy the contents of a RichTextBox to Clipboard (u...

Clyde
Votes: 0
Answers: 2