Tags: editor, margins, net, printing, richtextbox, sharp, text
RichTextBox margins
On .Net » .Net C# (C sharp)
456 words with 1 Comments; publish: Fri, 08 Feb 2008 04:56:00 GMT; (10046.88, « »)
I have made a small text editor with support for printing.
My question is however: How can I set margins in the richtextbox so that text won't fall off the side of the paper due to it's width.
http://net-csharp.itags.org/q_dotnet-c-sharp_48063.html
All Comments
Leave a comment...
- 1 Comments

- you will need to do Word and Line Breaks programatically,
read this article on MSDN (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/CommCtls/richedit/richeditcontrols/aboutricheditcontrols.asp)
Paresh
#1; Fri, 09 Nov 2007 01:32:00 GMT