is there any support for developing Desktop applications in Metro style (similar to Microsoft Zune) in Visual Studio 2012?
is there any support for developing Desktop applications in Metro style (similar to Microsoft
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.
No you can’t (out of the box). What you can do is use WPF with a library that implements Metro style for desktop apps like :
MahApps.Metro
Elysium
APEX (screenshot from here)
Metro Toolkit
Or rolling your own by customizing the WPF controls (Templates).