Accessing a button created in a sub xaml page from it's parent Shell xaml
问题 I'm working with a SplitView application, and I've created a Shell that hosts the subpages. What I'd like to do is have a button on a subpage that when clicked, can manipulate the visibility of objects originally initiated or created on the Shell xaml. But, I'm not sure how to call the class or frame necessary to change attributes on the SplitView. My hierarchy is as follows: Shell > Pages Folder > Sub Pages Here's the snippet from my Shell.xaml Mind you this is only a portion contained