1
I want my application to run in full screen mode.
I have tried using the codes below, however, are giving some errors.
The code is not recognized by the emulator:
<phone:PhoneApplicationPage
...
shell:SystemTray.IsVisible="False"
...
/>
"Systemtray" does not exist in the current context:
private void OnPhoneApplicationPageLoaded(object sender, RoutedEventArgs args)
{
SystemTray.IsVisible = false;
}
How should I do?
I have an example http://answall.com/a/14624/6026 that the screen resizes according to the position of the phone. I believe your question is!!!
– user6026
In windows 8.1 which overrides the use of: Systemtray.Isvisible = false; ??
– Anderson