[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
[x] Feature request <!-- Please file a UserVoice request and include the link below https://wpdev.uservoice.com/forums/110705-universal-windows-platform/category/193402-uwp-community-toolkit -->
[ ] Sample app request
[ ] Documentation issue or request
[ ] Question of Support request => Please do not submit support request here, instead see https://github.com/Microsoft/UWPCommunityToolkit/blob/master/contributing.md#question
https://github.com/Microsoft/Windows-universal-samples/issues/314
Also related to a subset of requests for the Tab Control #353.
This item is to provide static resource templates that can restyle a pivot control to behave more like a tab control.
It should look like the sample image in the docs which is mentioned to exist in the platform sample, but is not quite sufficient (see issue filed there).
Ideally I'd like to see three provided templates:
No response from the community. ping @nmetulev @Odonno @IbraheemOsama
@michael-hawker is currently working on this
This issue seems inactive. Do you need help to complete this issue?
@uwptoolkitbot working on it here https://github.com/michael-hawker/UWPCommunityToolkit/tree/mhawker/pivot-styles
The VS Code Activity Bar will be a restyling of a NavigationView, so will break that off as a separate item.
I have a couple of bugs and style things to tweak, but otherwise System & Edge styles tabs for Pivot are close.
I should also swap out my Glyph for Icon like NavigationView so it's easier to restyle.
What's the current status?
I have some prototypes that work partially, but getting the Pivot to respond correctly for all scenarios is proving to be more work than this is probably worth. Recommending we close this in favor of #353 again, which I'm actually going to start looking at in more detail.
Whilst it may still be an idea to include these Templates and Resources...
Microsoft has formalised using the NavigationView with the pane set to Top, to do Tab Navigation, instead of using a modified Pivot or set of CheckBoxes.
This doesn't replace a need for a proper Tab Control, in the same vein as the Edge and Sets tabs, but for navigation in Alarms & Clock, Store, Films & TV, or the Phone app - There is new guidance.




Agree on closing this and focusing on creating a new control
@nmetulev Wait, What!?!?!?
After talking to @michael-hawker in person, I agree that it makes more sense to build something from scratch. The Pivot does a lot of work in code behind that makes it difficult to build a true tab control
@skendrot It takes a fair bit of tweaking to get the pivot to work well with a tab design. And now Microsoft themselves are moving away from Pivot as tabs, to the updated NavigationView - I think the effort needs to go in an Edge like TabBar control. With Drag and Drop, re-arranging, new window on release of a tab, Tab close, etc
Most helpful comment
I have some prototypes that work partially, but getting the Pivot to respond correctly for all scenarios is proving to be more work than this is probably worth. Recommending we close this in favor of #353 again, which I'm actually going to start looking at in more detail.