I'm working in UWP with Pivot but I have many PivotItem tabs and it will be cut by screen edge (image below). So do we have any solution to put PivotItems in 2 rows or may we have ... in the end and show other tabs in a flyout menu (or something like this)
Thank so much for your helps
I recommend using NavigationView to instead of Pivot, NavigationView automatically adapts to different screen sizes and allows for greater customization. As follows:
You could refer to the following code.
MainPage.xaml:
Code behind:
Section1Page.xaml: