Question

Im using visual studio 2012 premium and I need to create wizard which will start from the visual studio. my question is there is a way to create it like a metro style look and feel,(im new to this topic :))if yes how? I try to find data on the web without success...

I need to create simple wizard with 3 steps.

Thanks!

Was it helpful?

Solution

I would recommend to use MahApps.Metro to achieve metro look and feel almost instantly. Have tried it, awesomely simple.

UPDATE :

MahApps.Metro licensed under Microsoft Public License - MS-PL which allow commercial use according to this SO question.

You also have some other options available such as Modern UI For WPF and Elysium. But I still recommend MahApps because it doesn't change much of the way you code. You can use standard WPF control and MahApps will style those controls to appear in Metro look-and-feel.

OTHER TIPS

Maybe you should Try Devexpress library ... it contains varieties of UI's ...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top