Click here to Skip to main content
15,890,186 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying this code from the given link[^]
but I am not able to add third pivot.
Need help?
also when i add a new pivot page the default code is
XML
<phone:PivotItem Header="Item1" >

but given code in link is this
XML
<controls:PivotItem Header="item1">



My page displays this code on adding a pivot page. and i cannot add a third pivot need help???

XML
<!--LayoutRoot is the root grid where all page content is placed-->
    <Grid x:Name="LayoutRoot" Background="Transparent">
        <!--Pivot Control-->
        <phone:Pivot Title="MY APPLICATION">
            <!--Pivot item one-->
            <phone:PivotItem Header="Item1" >

            </phone:PivotItem>
        </grid>
            <!--Pivot item two-->
            <phone:PivotItem Header="Item2" >

            </phone:PivotItem>
        </phone:Pivot>

 </Grid>
 </phone:PhoneApplicationPage>
Posted
Updated 19-Apr-15 1:10am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900