0

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!

John Jerrby
  • 1,683
  • 7
  • 31
  • 68

2 Answers2

2

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.

Community
  • 1
  • 1
har07
  • 88,338
  • 12
  • 84
  • 137
0

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

Vivek Saurav
  • 2,235
  • 4
  • 25
  • 46
  • 2
    -1. DevExpress WPF controls are nearly useless. They don't fit into MVVM and you'll have a hard time trying to fit them into your WPF project unless you really love a 2000 line code behind file. – nakiya Jan 13 '14 at 06:24