3

Does the Silverlight Navigation template work when running out of browser?

grimus
  • 3,175
  • 2
  • 18
  • 26

2 Answers2

4

Sure it does.

And you can use the NavigationServices functions to create a custom "Back" or "Forward" button

great example here : Link

BenMorel
  • 34,448
  • 50
  • 182
  • 322
danbord
  • 3,605
  • 3
  • 33
  • 49
1

Create a fresh Navigation Application, open the properties page. On the Silverlight tab select "Enable running application out of the browser", switch to the Debug tab, select Out-of-Browser application, change the project in the combo-box to the current silverlight project.

Hit Run, click About, Does it work?

AnthonyWJones
  • 187,081
  • 35
  • 232
  • 306