Miguel Genaro
Miguel Genaro

Reputation: 87

Make a Pivot in bottom of Page UWP XAML

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.

enter image description here

Upvotes: 1

Views: 255

Answers (1)

Michael Hawker - MSFT
Michael Hawker - MSFT

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

Related Questions