I want my WPF app to look like WinRT apps:
Are there any ready-made styles or controls available for WPF that lets us achieve this?
I want my WPF app to look like WinRT apps:
Are there any ready-made styles or controls available for WPF that lets us achieve this?
Another nice library for Metroesque-styling of WPF apps is Modern UI for WPF. Can be installed via NuGet or as a project template.
Take a look at MahApps.Metro
Apps like Github for Windows use / are based on it.