简体   繁体   中英

Windows 8 Tab Control Styles in WPF

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.

经过一番挖掘,我发现了MahApps ,它非常容易安装到现有项目中(使用VS中的NuGet),并且文档和使用非常简单!

You could check Elysium . I've never used it, but it seems to do what you ask for.

The Metro Style Application have a built in styles, animation and Controls(FlipView , GridVIew and ListView). Even in Silverlight you'll not be able to use this styles. so if you use WPF or Silverlight you must define your own style to make it similar to this.

So make your application in Metro style(Xaml or HTML) or define your own styles for your tab control(SL or WPF) This post is about the new Metro Style Control s that isn't exist in WPF and Silverlight

Thanks

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM