Hi,
I have a richtextbox in a form. I have some text in it which is scrollable.
When i click print i want to print the entire scrollable text.
I tried this but it does'nt seems to work.
here is a snapshot of the window form.

CODE
printForm1.Print(this, PrintForm.PrintOption.Scrollable );
thanks.