Does anyone know if views states (used in Silverlight) will be available in next version of WPF?
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.
Last I heard, WPF is going to be implementing Visual States (with the VisualStateManager) in the upcoming release.
If you’re desperate and need something before then, check out the WPF Toolkit. It has the VisualStateManager built in (minus some of the functionality, which is expected since it’s an out of band development).
WPF Toolkit (via Codeplex)