2010-08-26 70 views

回答

0

內框設置ShowsNavigationUI爲false,那麼創造的東西,看起來像:

<Button Content="Back" 
     Command="{x:Static NavigationCommands.BrowseBack}" 
     IsEnabled="{TemplateBinding CanGoBack}" /> 
<Button Content="Next" 
     Command="{x:Static NavigationCommands.BrowseForward}" 
     IsEnabled="{TemplateBinding CanGoForward}" /> 

然後用相應的事件。