Skip to content

Can the same dialog be reused in different views? #46

Answered by nir34
nir34 asked this question in Q&A
Discussion options

You must be logged in to vote

This can solve the problem:

var template = Application.Current.FindResource("xxx");
diaogHost.DataTemplates.Add(template as IDataTemplate);

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@SKProCH
Comment options

@nir34
Comment options

@SKProCH
Comment options

@nir34
Comment options

Answer selected by nir34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants