I want my silverlight app to run in full screen (disabling the battery/signal bar up there)
I tried:
Application.Current.Host.Content.IsFullScreen = true;
But it doesn't work, how can I be able to do that?
|
I want my silverlight app to run in full screen (disabling the battery/signal bar up there) I tried:
But it doesn't work, how can I be able to do that?
| |||
|
feedback
|
|
You need to set the SystemTray to invisible xaml (in the page declaration):
code:
| |||
|
feedback
|