What components do I need to build a Metro-style app in WPF?

前端 未结 4 445
小蘑菇
小蘑菇 2021-01-30 11:30

I have to create an application in WPF that has to be very fancy. I would like to create it with a Metro-like style like WP7 apps.

Do you know if there are components th

相关标签:
4条回答
  • 2021-01-30 12:12

    You can use MahApps.metro. It's very cool.

    0 讨论(0)
  • 2021-01-30 12:21

    I use Modern UI for WPF to style my WPF applications. It supports MVVM and looks really great.

    0 讨论(0)
  • 2021-01-30 12:36

    What I think is a good solution, is to take the original Metro Styles of the Windows Phone 7 and ajust them that they fit Windows requirements.

    A good one to start with is the LightBlue Style which can be found here:

    C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v7.0\Design

    And I found an other promissing framework on codeplex. http://metrotoolkit.codeplex.com/ (But I did not check it out until now.)

    0 讨论(0)
  • 2021-01-30 12:37

    You can use Elysium, which licensed under MIT license and included ApplicationBar and ToastNotification classes.

    0 讨论(0)
提交回复
热议问题