I’m trying to get Windows 8 (Metro UI) style tab controls in my application, similar to this. However, the code listed only seems to work in Silverlight. I’m using WPF. Is there any easy way to at least get similar styling? I can do without fancy transitions, but I’d like the tabs to look like the Metro UI ones.
Share
After some digging around I found MahApps, which is extremely easy to install into existing projects (uses NuGet in VS) and the documentation and use is really easy!