How to present app in full screen / fullscreen on Windows Phone 8.1?

Asked

Viewed 474 times

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?

  • 1

    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!!!

  • 1

    In windows 8.1 which overrides the use of: Systemtray.Isvisible = false; ??

1 answer

1


  • 1

    If you want to show only one of the items in the Satatus Toolbar? As only the hours for example

  • Do the following @Anderson, open a new question and put in your question your current code, it helps more people help and then I give you an answer too, because, I can’t visualize such doubt, I don’t know if you understand me in this aspect.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.