Is there any way to prevent the systemtray from auto hiding? I have this set on the xaml but it you need to click on the area, it then shows it and then shortly afterwards it auto-hides it.
shell:SystemTray.IsVisible=”true
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no way to alter the hiding behavior of the system tray, but what data you want to display constantly?
Unfortunately there is no way to directly access the signal strength or battery life, so there is no other way to display these things to the user, but you can use the NetworkInterface class to get information about which kind of network he’s connected to.
http://msdn.microsoft.com/en-us/library/microsoft.phone.net.networkinformation.networkinterface.networkinterfacetype(v=vs.92).aspx