Hi,
Is there a way to programatically go through a window's child elements to find one with a certain name? I'm loading xaml dynamically that creates a window and I'm looking to find a "placeholder" control inside it.
Thanks!
Hi,
Is there a way to programatically go through a window's child elements to find one with a certain name? I'm loading xaml dynamically that creates a window and I'm looking to find a "placeholder" control inside it.
Thanks!
Alternatively you can use
VisualTreeHelper
to enumerate down the tree of controls.