Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6340337
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T19:48:57+00:00 2026-05-24T19:48:57+00:00

So I have a Panorama control and the PanoramaItems are programmatically added to the

  • 0

So I have a Panorama control and the PanoramaItems are programmatically added to the control using the following template.

<UserControl>
    <Grid x:Name="LayoutRoot">
            <controls:PanoramaItem Name="sitePanoramaItem" Header="{Binding Name}">
            <Controls:DockPanel VerticalAlignment="Stretch">
                <StackPanel Orientation="Horizontal" Margin="0,10,0,0" Controls:DockPanel.Dock="Top">
                    <Image Source="../Images/action.png" Width="64"  />
                    <TextBlock Text="{Binding Stats, Mode=TwoWay}" FontSize="45" Margin="15,0,0,0" />
                </StackPanel>
                <Grid x:Name="graphCanvas" HorizontalAlignment="Stretch" Margin="10,10,10,10">    </Grid>
            </Controls:DockPanel>
        </controls:PanoramaItem>
    </Grid>
</UserControl>

When I click on graphCanvas what I’d like to do is sorta pop the graphCanvas out and display that fullscreen then when I click again restore it to where it was. I’ve been all over this site and Google and can’t find anything similar to what I’m looking for.

I would still like to maintain the Panorama control functionality so that the graphCanvas is still the only one visible but you can cycle through them. Currently I have it sorta working in that I remove the Grid from the DockPanel and put it directly in the LayoutRoot while making the sitePanoramaItem collapsed. However, it’s not fullscreen as the Panorama name is still visible (I guess I could hide that as well…) When I put the graphCanvas back int he DockPanel the size of the canvas is all screwed up.

I was hoping there was a simpler way.

Is it even possible?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T19:48:57+00:00Added an answer on May 24, 2026 at 7:48 pm

    You can try making the graphCanvas a Page and putting it in a different XAML. Then add a frame (name it InnerFrame for example) in the same place where you have the graphCanvas right now and navigate to that page with InnerFrame. When the frame is clicked, you navigate with the RootFrame of the app to your graphCanvas page. When you decide to close it, just navigate back with the RootFrame.

    Hope it’s clear enough 🙂

    Edit:
    Navigation in WP7 works very similar as the standard navigation in Silverlight 4, but it’s a bit more restrictive. Just throw a PhoneApplicationFrame in your XAML like this:

    <phone:PhoneApplicationFrame x:Name="Frame" />
    

    This is basically the same as a Silverlight frame. All the pages you create inherit from PhoneApplicationPage by default, so they can be showed in a frame without any changes.

    Your whole application actually runs on a PhoneApplicationFrame. If you take a look at your App class you will see this:

    public PhoneApplicationFrame RootFrame { get; private set; }
    

    Here’s the MSDN documentation for the navigation system on WP7

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a panorama control whose data template is as follows:- <DataTemplate x:Key=DataTemplateCategory> <Grid
i am using a Panorama control. inside each PanoramaItem, i have a ListBox. the
I want to have panorama control (or pivot ) that each PanoramaItem will be
I have started using the Windows Phone 7 Panorama & Pivot Controls for a
I have a panorama page in which I have 3 buttons. I have added
I have added the images dynamtically from a url to panorama item. I need
I need to have capital letters (abbreviation of company name) in the panorama title,
I have a Panorama Control and inside it is a DataTemplate and inside the
Well basically, I have this bing map control inside my Panorama view, when I
Panorama control is main view in my app. It has 3 PanoramaItems . I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.