Page 2 of 2

Re: Dynamic Xaml Instantiation

Posted: 19 Aug 2014, 12:07
by jsantos
That behavior is correct. FindName doesn't not jump inside another XAML. It is explained here:

Why doesnt Window.FindName() discover the x:Name of a button in a child UserControl?

If you look for in the loaded var, it should work.

Re: Dynamic Xaml Instantiation

Posted: 19 Aug 2014, 22:16
by wwizz
Thanks, it works!