<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="100"/>
<RowDefinition Height="*"/>
</Grid.RowDefinitions>
<Pivot Height="Auto">
<PivotItem>
<PivotItem.Header>
<StackPanel Height="Auto" VerticalAlignment="Top">
<TextBlock Text="Address" FontSize="15"/>
<Image Width="100" Height="100" Source="ms-appx:///Assets/Check_Main.png"/>
</StackPanel>
</PivotItem.Header>
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="100"/>
<RowDefinition Height="*"/>
</Grid.RowDefinitions>
<Pivot Height="Auto">
<PivotItem>
<PivotItem.Header>
<StackPanel Height="Auto" VerticalAlignment="Top">
<TextBlock Text="Address" FontSize="15"/>
<Image Width="100" Height="100" Source="ms-appx:///Assets/Check_Main.png"/>
</StackPanel>
</PivotItem.Header>