1.

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

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



Discussion

No Comment Found