Is it possible to add padding into a Rich Text Box control between the text and the border?
I tried docking a rich text box inside of a panel, with its padding for all f
Since RichTextBox has no padding property. You can create your own RichTextBoxSubclass like the one in this article:
http://www.codeproject.com/Articles/21437/A-Padded-Rich-Text-Box-Subclass