ArcGIS Pro SDK for Microsoft .NET 2.4
Visual Studio 2019
When adding an ArcGIS Pro ProWindow to our add-in, a ribbon button is also added to activate that window. That's all good.
However, when I need a window that will be activated from within an existing window, using the template to create a new ProWindow and then deleting the ribbon button that comes with it is a bother.
Assuming that using a ProWindow for all dialogs is the correct pattern for styling reasons (vs. a standard WPF window), is there a cleaner way to add a ProWindow? Or, should I be doing something different?