Silverlight Navigation - how to override Back button behavior

Posted by Stephen Ellis on Stack Overflow See other posts from Stack Overflow or by Stephen Ellis
Published on 2010-05-17T18:27:12Z Indexed on 2010/05/17 18:30 UTC
Read the original article Hit count: 335

I'm trying to override the default behavior of the browser's back button in Silverlight (v4). Each of my XAML pages has an ability to show options. I want these options to be hidden when the user presses the back button, or to move to the previous page if the options are not visible. The Silverlight Frame seems to set back and forward points whenever the user navigates to a page with a new QueryString. Is there any other way of implementing my scenario other than having to implement a querystring component for my ShowOptions property?

© Stack Overflow or respective owner

Related posts about silverlight-navigation