Padding around the TextBlock displaying the child pages' Titles in a UWP TabbedPage was lost in 4.0.0.
Consistent padding between versions
Padding is gone
Before (3.6.0)
After (4.0.0)
I get that sort of issue when using tab icons, the labels get squashed to the bottom.
As it looks terribe, I'm disabling tab icons for UWP by adding this platform specific bit to each tabbedpage.
xmlns:windows="clr-namespace:Xamarin.Forms.PlatformConfiguration.WindowsSpecific;assembly=Xamarin.Forms.Core"
windows:TabbedPage.HeaderIconsEnabled="false"
@MitchBomcanhao Thanks, using that platform specific makes it look like it did before.
Most helpful comment
I get that sort of issue when using tab icons, the labels get squashed to the bottom.
As it looks terribe, I'm disabling tab icons for UWP by adding this platform specific bit to each tabbedpage.