De quels composants ai-je besoin pour créer une application de style Metro dans WPF?

StackOverflow https://stackoverflow.com/questions/6391888

  •  29-10-2019
  •  | 
  •  

Question

Je dois créer une application dans WPF qui doit être très sophistiquée.Je voudrais le créer avec un style de métro comme les applications WP7.

Savez-vous s'il existe des composants qui peuvent être utilisés pour obtenir un style similaire?

Était-ce utile?

La solution

Vous pouvez utiliser Elysium , qui était sous licence MIT et incluait les classes ApplicationBar et ToastNotification.

Autres conseils

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

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

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top