简体   繁体   English

WPF - 使用Metro UI为C#创建向导

[英]WPF - Create wizard with metro UI for C#

Im using visual studio 2012 premium and I need to create wizard which will start from the visual studio. 我使用visual studio 2012 premium,我需要创建从视觉工作室开始的向导。 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. 我需要用3个步骤创建简单的向导。

Thanks! 谢谢!

I would recommend to use MahApps.Metro to achieve metro look and feel almost instantly. 我建议使用MahApps.Metro几乎立即实现地铁的外观和感觉。 Have tried it, awesomely simple. 尝试过,非常简单。

UPDATE : 更新:

MahApps.Metro licensed under Microsoft Public License - MS-PL which allow commercial use according to this SO question . MahApps.Metro根据Microsoft公共许可证 - MS-PL许可 ,根据此SO问题允许商业用途。

You also have some other options available such as Modern UI For WPF and Elysium . 您还可以使用其他一些选项, 例如WPFElysium的 Modern UI But I still recommend MahApps because it doesn't change much of the way you code. 我仍然推荐使用MahApps,因为它不会改变你编码的方式。 You can use standard WPF control and MahApps will style those controls to appear in Metro look-and-feel. 您可以使用标准WPF控件,MahApps会将这些控件设置为Metro外观。

也许你应该尝试Devexpress库...它包含各种UI ...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM