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 8264351
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T04:25:32+00:00 2026-06-08T04:25:32+00:00

I am really confused here. I did read all the tips on how to

  • 0

I am really confused here. I did read all the tips on how to navigate panorama items, searched all the forums and did come to a solution by removing all items, and re-adding them and setting the desired panorama item as selected item. This works really good. The problem is only, that i loose all data-bindings, when I remove the panorama-items from the panorama control. I was thinking about not to allow any navigation options, and to let the user only slide through the panorama-items, and not jumping to a specific item via tile. Currently I am stuck and don’t know how to prevent data loss. 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-06-08T04:25:33+00:00Added an answer on June 8, 2026 at 4:25 am

    It is generally not recommended to move the panorama items around. If you need to add more information, the app should navigate to a new page. If you want the panorama to start on a different page (like the Picture Hub) you can do this by setting the DefaultItem of the Panorama. A good way to do this is to store the index of the item you want, then retrieve it later to get the item and then set the DefaultItem property.

    // Store index
    IsolatedStorageSettings.ApplicationSettings["PanoramaIndex"] = MyPanorama.SelectedIndex;
    
    
    ...
    // Get index and set
    int index;
    IsolatedStorageSettings.ApplicationSettings.TryGetValue("PanoramaIndex", out index);
    object defaultItem = MyPanorama.Items[index];
    MyPanorama.DefaultItem = defaultItem;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm really confused by all that caching stuff. I'm trying to setup mod_expires to
I'm really confused here. Let's say my user story looks like this. A user
I'm really confused here. I am trying to understand this code (it's javascript) but
I'm really confused here, can someone explain this to me? request: http://example.com/test.php?var=String's $a =
I am really at a loss here. i read the MSDN articles thoroughly but
I`m really confused here about this weird behavior! The thing is, I have a
my first question here: I've searched the internet and also read several question and
I did look at usort, but am still a little confused... Here is what
Really confused about what's going on here. I have a class defined as follows:
I'm really confused as to how stack pointers and byte pointers work. Here is

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.