Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

181
Views
Suppress System Overlays, Windows phone 8.1 (Silverlight)

I wanted to know how to hide the navigation-bar. And if it is possible to specify in XAML the code to SuppressSystemOverlay, as it is with the systemtray : shell:SystemTray.IsVisible="False".

I cannot find the description not even on msdn, which seems to refer to wp 8.1 build with WinRT, and my application is with silverlight.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

The answer is NO, sorry. From 8.1 it is only possible through code as described in this post. However, executing hide code in the constructor like this should give a similar effect:

public MainPage()
{
   InitializeComponent();
   await Windows.UI.ViewManagement.StatusBar.GetForCurrentView().HideAsync();
   Windows.UI.ViewManagement.ApplicationView.GetForCurrentView().SuppressSystemOverlays = true;
}
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!