문제

I would like to have panorama app title to be still when navigating through the panorama items in Windows Phone 8. Is it possible? If so, How can I achieve that?

도움이 되었습니까?

해결책

You can create a Panorama without a Title component and use a separate TextBlock with a big font size as your title. Something like this:

<StackPanel>
    <TextBlock FontSize="48">Some Title<TextBlock>
    <phone:Panorama>
        <!--Some content-->
    <phone:Panorama>
<StackPanel>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top