11,579 questions
StackPanel is WPF...
The method from this video works fine for me : WPF Print with Preview a Window or Control
(link to the code below the video...)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a StackPanel(P) which have child content, StackPanel(C) of which contents are three QR code images.
If click print button, the contents of P should be passed to the print dialog and shown in the preview.
How to do this?
StackPanel is WPF...
The method from this video works fine for me : WPF Print with Preview a Window or Control
(link to the code below the video...)