Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Please Use this code,</p> <pre><code>&lt;phone:PhoneApplicationPage x:Class="NikhilSApp.DemoExample" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:controls="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" d:DesignWidth="480" d:DesignHeight="800" FontFamily="{StaticResource PhoneFontFamilyNormal}" FontSize="{StaticResource PhoneFontSizeNormal}" Foreground="{StaticResource PhoneForegroundBrush}" SupportedOrientations="Portrait" Orientation="Portrait" shell:SystemTray.IsVisible="False"&gt; &lt;!--LayoutRoot is the root grid where all page content is placed--&gt; &lt;Grid x:Name="LayoutRoot" Background="Transparent"&gt; &lt;!--Pivot Control--&gt; // You can specify the width here.... &lt;controls:Pivot Height="800" Width="480"&gt; &lt;!--Pivot item one--&gt; &lt;controls:PivotItem Height="800" Margin="0,-130,0,0"&gt; &lt;Grid Name="GridMediaQuestion"&gt; &lt;Image HorizontalAlignment="Center" Source="Images/Guess.png" Margin="10,10,10,10" Name="imgReceived" Stretch="Fill" VerticalAlignment="Center" Height="790" Width="470" /&gt; &lt;/Grid&gt; &lt;/controls:PivotItem&gt; &lt;!--Pivot item two--&gt; &lt;controls:PivotItem Height="800" &gt; &lt;Grid x:Name="GridPivot2" Background="#ffffc0"&gt; // Place Your Second pivot's Content here &lt;/Grid&gt; &lt;/controls:PivotItem&gt; &lt;/controls:Pivot&gt; &lt;/Grid&gt; </code></pre> <p>It is Working.. I implemented already... :)</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload