Can I disable SystemTray.IsVisible during runtime so my consumers can hide the systemtray or show it when they want to?
Can I disable SystemTray.IsVisible during runtime so my consumers can hide the systemtray or
Share
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.
Try it and see instead of asking? It takes longer to write the question, than to write the code for it.
But I would recommend against it. The SystemTray automatically hides itself (but keep it’s allocated 12 pixels), and only show when you tap at the top.
Changing it’s Opacity, and adjusting the Background to match that of your app, it’s a much better idea.