Binding={Binding Source={x:Static ...}}
doesn’t seem to work, so my static wrapper class doesn’t work.
How can we make a two-way binding to a key in WP7 IsolatedStorageSettings?
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.
If anyone is wondering, I built a non-static class, which had non-static properties that were simply aliases for the static properties. I then made an instance of it, and added it as a resource to App.xaml, then bound against that resource. This also allows you to add properties like VisibleIfTrial etc.