unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
8.81k stars 708 forks source link

`PivotPanel` in `Pivot` only shows one header #3596

Open davidjohnoliver opened 4 years ago

davidjohnoliver commented 4 years ago

How to reproduce it (as minimally and precisely as possible)

  1. In Uno's default Pivot style, replace <Grid x:Name="Panel" with <PivotPanel x:Name="Panel" (matching Windows).

  2. Run either of the pivot samples.

Current behavior

The first tab header stretches the entire width, no others are visible.

Expected behavior

Headers don't stretch, all headers are visible.

Environment

Nuget Package:

Package Version(s):

Affected platform(s): Tested on iOS, probably affects others

Visual Studio:

Relevant plugins:

Anything else we need to know?

MartinZikmund commented 3 years ago

@ajpinedam can I unassign you for now, or are you planning to look into pivot next?