Windows Phone (WP) Question:

Download Job Interview Questions and Answers PDF

Can not find PhoneApplicationPage.FullScreen in April CTP?

Windows Phone Interview Question
Windows Phone Interview Question

Answer:

SystemTray is an attachable property now. You can use it in your page xaml, something like:
<navigation:PhoneApplicationPage x:Class="WindowsPhone.Hello"
xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone.Controls.Navigation"
shell:SystemTray.IsVisible="true">

Download Windows Phone Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what happened to TopLevelNavigationService, it is not there on April CTP Refresh?How to save Silverlight UIElements into an image?