Page Break in RichTextBox
Hello Friends,
I am using a richTextBox1 in a form, when I assign the text with richTextBox.Text or richTextBox.AppendText I am including a '\x0c' secuence that means page break but it is not doing that.
How can I insert a page break in a richTextBox?.
Tnx.