Reputation: 87
In the page of Microsoft, I see the type of menu like the image. Please I want to know how to do pivot menu like this.
I want to make a pivot menu like this image in bottom of page.
Upvotes: 1
Views: 255
Reputation: 1580
There's an issue open for this in the UWP Community Toolkit to provide a style for this type of tab.
I have a branch here with some initial work. Here's my current work on that style.
To get them on the bottom though, you'll need to modify the default pivot style and move the ItemsPresenter
above the PivotHeaderPanel
in the PivotLayoutElement Grid.
Upvotes: 1