forum

Home / DeveloperSection / Forums / Loading XAML content without new window

Loading XAML content without new window

Anonymous User200125-Sep-2013

I'm trying to find a way to change the content of a window in WPF without having to load a new window. In most cases, the following works just fine:

dim x as new window

x.show()

me.close

Is there a way to do something like the following?

dim x as new window

me.content = x


Updated on 25-Sep-2013
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By