Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

When the user opens an encrypted file in the WPF PdfViewer or selects Properties from any annotation context menu, a classic WPF dialog is displayed. In some cases, it would be better if the application isn't locked until the dialog is closed.

I have some tabs in an application and it would be useful if these dialogs were only scoped to the current PdfViewer - not interfering with other parts of the program - and if they weren't shown in the Windows taskbar. Maybe this dialogs could be implemented in a similar way to the Notification Bar or "Rearrange pages" panel.

If this isn't possibile, they could at least use a ChromelessWindow instead of normal WPF windows, so that they're fully themeable, while currently they always have a white title bar.