It seems like a default behavior to pause the silverlight application when it is minimized. Is there a way to avoid this behavior?
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.
It doesn’t pause, the UI thread gets throttled to a much lower update rate. If you are doing something that needs to be executed in the background then you should move it out of the UI thread.