Matthias

Matthias

  • NA
  • 24
  • 6.9k

Access to a special frame from diverse pages

Feb 19 2016 11:01 AM
request: changing Inhalt.Source from the page 'page2.xaml' (Button-Click). I don't find any possibility
to access Inhalt.Source inside of page2
<Grid>
<Frame Grid.Column="0" Name="Inhalt" Source="page1.xaml" />
<Frame Grid.Column="1" Source="page2.xaml" />
...

Answers (1)