This project is designed to get developers up and running on their WPF Metro MVVM projects.
Screenshots
Frameworks
This project combines two excellent existing frameworks within the community:
Name | Developer | Link | Comments |
MahApps.Metro | Paul Jenkins | Metro style and themes | |
MVVM Light Toolkit | Laurent Bugnion | http://mvvmlight.codeplex.com/ | Originally based on ideas and source code from Microsoft PRISM |
Concepts
The application contains working examples of the following:
- MVVM with INPC (INotifyPropertyChanged), Messenger with messages (for event notifications), RelayCommands are available to use
- Metro layout, styles and theming, easing and sliding from “outside” the visual area – all thanks to MapApps, great library!
- Two way data binding for a combo box to a Enum list
ViewModel Example
Source code
http://stevenhollidge.com/blog-source-code/wpf-metro-mvvm-app-stockmarket.zip
No comments:
Post a Comment