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?
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...)
7 people are following this question.
Insert a node as child ,before or after a node in nested dynamic JSON Node using C#
Visual Studio 2019: Undefined behavior in a C++/CLI wrapper project.
Example for how to get Package Metadata from Azure DevOps Rest-Api Artifacts using c#
How to collapse individual nested grids/stackpanels inside a grid?