Windows Phone (WP) Question:
Download Job Interview Questions and Answers PDF
Can not find PhoneApplicationPage.FullScreen in April CTP?
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">
<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 Question | Next Question |
Tell me what happened to TopLevelNavigationService, it is not there on April CTP Refresh? | How to save Silverlight UIElements into an image? |