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

  • Home
  • SEARCH
  • 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 7597697
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T22:13:14+00:00 2026-05-30T22:13:14+00:00

First I have to make clear what i am Trying to accomplish, it’s going

  • 0

First I have to make clear what i am Trying to accomplish, it’s going to be an app where I have 4 Panoramas, the first Page on every Panorama is different. But the last 3 Pages are identical.

Is it anyhow possible not to define these 3 Pages in every Panorama? Can I define the Content in an XAML File and load it into the Panoramas? So if i have changes i dont have to make them on 4 different Pages…

I hope you understood my question.

Thank you.

  • 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-30T22:13:15+00:00Added an answer on May 30, 2026 at 10:13 pm

    Probably the simplest way is to put the contents of each of the identical pages into UserControls, and reference the UserControls in the panorama items.

    EDIT: Example

    Current situation:

    <controls:Panorama Title="my application">
        <controls:PanoramaItem Header="first item">
            <!-- Your Panorama Item Content -->
        </controls:PanoramaItem>
        <controls:PanoramaItem Header="second item">
            <!--  Item Content To Be Moved -->
            <TextBlock Text="ToBeMovedToUserControl"/>  
        </controls:PanoramaItem>
    </controls:Panorama>
    

    Now put the contents of the repeating panorama items in a UserControl:
    Add a new UserControl in Visual Studio (select “UserControl” from the item templates), and
    add the XAML that you currently have in the PanoraItem:

    <UserControl x:Class="PanoramaApp1.WindowsPhoneControl1"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        mc:Ignorable="d"
        FontFamily="{StaticResource PhoneFontFamilyNormal}"
        FontSize="{StaticResource PhoneFontSizeNormal}"
        Foreground="{StaticResource PhoneForegroundBrush}"
        d:DesignHeight="480" d:DesignWidth="480">
    
        <Grid x:Name="LayoutRoot">
             <TextBlock Text="ToBeMovedToUserControl"/>  
        </Grid>
    </UserControl>
    

    and change the panorama XAML to:

    <controls:Panorama Title="my application">
        <controls:PanoramaItem Header="first item">
            <!-- Your Panorama Item Content -->
        </controls:PanoramaItem>
        <controls:PanoramaItem Header="second item">
            <!--  Item Content To Be Moved -->
            <WindowsPhoneControl1/>
        </controls:PanoramaItem>
    </controls:Panorama>
    

    Note that you may have to inlcude a namespace definition in the page containing the panorama so that the control can be found.

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

Sidebar

Related Questions

I have a few labels on my first Ipad App. How to make them
I have two questions. (First) I'm trying to make it where whenever the iPhone
Apologies for the length but I wanted to be clear. I'm trying to make
I have to make an uninformed search (Breadth-first-Search) program which takes two nodes and
I have attempted to make my first 3 tier application. In the process I
I have two cmake-related problems: first, I can't make it to find the includes
I have an activity which needs to make two remote server calls. The first
I want to make a user-registration form where I will have fields such first
I have a database with the columns: id, pdate, pvalue1, pvalue2. First I make
Here is my post: I'm trying to make myself as clear as possible: Description

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.