Hi All,
I am trying to create a back button. So i am binding the navigationwindows backstack.
Code:
<Hyperlink Name="back" NavigateUri="{Binding RelativeSource={RelativeSource AncestorType={x:Type NavigationWindow}}, Path=BackStack}">
Problem:
- Error: Mode must be specified for RelativeSource.
Update:
It is not navigation to the previous page.
Geetha.