質問

Windows Phone 7.5/8 SDK

How to integrate pivot controll IN app bar?

For example "UC Browser" using this and I think it's very useful thing. bit.ly/UmyFot

This sample not work, just to present how I imagine that.

<phone:PhoneApplicationPage.ApplicationBar>
    <shell:ApplicationBar Mode="Default" IsMenuEnabled="True">
        <controls:Pivot>
            <controls:PivotItem Header="first">
                <TextBlock Text="an item"/>
                <TextBlock Text="an item two"/>
            </controls:PivotItem>
        </controls:Pivot>
    </shell:ApplicationBar>
</phone:PhoneApplicationPage.ApplicationBar>
役に立ちましたか?

他のヒント

That will have to be a custom control and cannot be achieved with the standard appbar control.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top