Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 4 years ago.
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?
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 4 years ago.
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?
Take a look at MahApps.Metro
Apps like Github for Windows use / are based on it.
Another nice library for Metroesque-styling of WPF apps is Modern UI for WPF. Can be installed via NuGet or as a project template.