Creating tabs in WinRT

前端 未结 4 828
南方客
南方客 2021-02-01 20:04

I\'m working on a C#/XAML Metro style app for Windows 8. The XAML in WinRT does not have a \"tab\" control. However, I\'m trying to emulate the way a result in the Windows 8 sto

4条回答
  •  你的背包
    2021-02-01 20:58

    I used FlipView control as well, but I created a separate templated control which is inherited from FlipView.

    The main idea is to override default FlipView ControlTemplate: I added a ListBox which represents tab headers and removed "Next" and "Previous" FlipView buttons.

    I can share source code if you need more details about my implementation.

提交回复
热议问题