Skip to content

How to embed a user control in a window #16125

Answered by stevemonaco
reelthymeos asked this question in Q&A
Discussion options

You must be logged in to vote

You need to use the XML namespace. Those types aren't automatically imported into the default XML namespace. eg. <views:SystemConfig Grid.Row="1" Grid.Column="0" />

I prefer the "using" syntax for the xmlns: xmlns:views="using:Foo.Views"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@reelthymeos
Comment options

Answer selected by reelthymeos
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