Custom content for Dialogs #848
Answered
by
Mithicor
slimshader
asked this question in
Q&A
-
Hey, I know how to use IContentDialogService to show simple dialogs but how to use this service to show Dialogs with additional input fields like TextBoxes etc. to create modal forms? |
Beta Was this translation helpful? Give feedback.
Answered by
Mithicor
Nov 29, 2023
Replies: 1 comment 2 replies
-
I create a new "Page" and then change it to a ui:ContentDialog:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is called with the IContentDialogService, which I have declared as _dialogService.
I call it from a method in my Main Viewmodel like so: