question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Proposal: A modern PrintDialog

See original GitHub issue

Summary Currently the only PrintDialog that WPF has is the standard one and it doesn’t look modern compared to the PrintDialog that UWP apps use. It would be great if WPF could have a better, more modern PrintDialog. Something like the following image:

modern_print_dialog

Rationale The WinRT API exposes a PrintManager class that allows to UWP apps to use a modern PrintDialog, which also has a better UX because it integrates print preview functionality out of the box. In comparison, the PrintDialog that WPF apps can use it’s the classic one, which looks out of place when used in conjunction with this library. Besides, since printing is a basic requirement in many applications, the choice of having a modern PrintDialog available for WPF apps would allow to implement printing with better UI and UX way simpler for many devs.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:3
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
XamDRcommented, Apr 26, 2020

Nice to see you’re planning to develop a modern Print Dialog in the near future. I myself have explored the option 2 and I’ve made something like this:

image

2reactions
Kinnaracommented, Apr 26, 2020

Thanks for the info. This will be a priority after 0.9 is released.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Best Printing proposal example.
The example proposal printing template is 100% customizable and available within ... The modern interactive presentation options make an impression and the ...
Read more >
Modern Print Dialog Shows up for a few seconds with the ...
I'm working on a computer for someone where their print dialog will open and then almost immediately close. It only happens in apps...
Read more >
Thread: print dialog keeps printing blank pages
I can't see what I'm doing wrong here. I keep printing blank pages after I pick a printer and click OK pd.DocumentName =...
Read more >
Revamp Print Dialog
Print Dialog content will only feature essential printing options. All other options could be displayed on a new "More Options" Dialog. This proposal...
Read more >
[Printing-architecture] GTK Print Dialog: Modern IPP ...
From my testing, print dialog shows even network printers, if they are > advertised ... Most printers, including modern driverless IPP obes, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found