Replies: 1 comment 4 replies
-
Create a custom dialog Window https://prismlibrary.com/docs/wpf/dialog-service.html#register-a-custom-dialog-window |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let me start with saying that I am aware of the possibility of registering Custom Dialog Windows and customize the STYLE of the custom dialog window.
https://prismlibrary.com/docs/wpf/dialog-service.html
Now I am facing the scenario that I have to have all my dialogs have - let's say - the same footer,
E.g. All dialogs should have a Footer with a message saying "For help click the button on the right" and then a button that when clicked takes the user to some website.
Is it possible to create and register a Custom 'host' Dialog Window where in addition to the Style of the window I also customize the content? (add a footer)
All the Views of the Dialogs I want to be displayed have to be included between the Window header and my custom footer.
Or do I have to do some more complicated thing to achieve this? (maybe using regions?!)
Beta Was this translation helpful? Give feedback.
All reactions