vote up 0 vote down star

I'm really loving the WPF RichTextBox, and all of the out-of-the-box functionality it comes with... but printing is something that I'm having trouble with. I can print (from code) using a PrintDialog and passing in my RichTextBox as a Visual (or by using the "Document")...

But my question is, is there a simple way to use the application commands:

  • ApplicationCommands.Print
  • ApplicationCommands.PrintPreview

With a WPF RichTextBox? Also, how would I go about letting the user change the page layout and such?

Thanks,

flag

1 Answer

vote up -1 vote down

Take a look at http://blogs.msdn.com/llobo/archive/2007/01/24/printing-richtextbox-content-find-the-idle-printer.aspx

link|flag
I did mention that I can print in Code... but that I'm looking for a pure Xaml solution if possible. – Timothy Khouri Dec 19 '08 at 15:48

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.