Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 that can be used to obtain a similar style?

like image 366
Cris Avatar asked Jun 17 '11 21:06

Cris


2 Answers

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

like image 111
Aleksandr Vishnyakov Avatar answered Nov 02 '22 18:11

Aleksandr Vishnyakov


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.)

like image 20
BitKFu Avatar answered Nov 02 '22 19:11

BitKFu