Panoramic experiences are a part of the native Windows Phone look and feel. Unlike standard applications that are designed to fit within the confines of the phone screen, panoramic applications offer a unique way to view controls, data, and services by using a long horizontal canvas that extends ...

learn more… | top users | synonyms

0
votes
0answers
12 views

Listbox blinking/glitching on horizontal scroll in panorama

I have a 3 item panorama control. The panorama page is bound to a viewModel. Item 3 on the panorama is shown/hidden according to if it's list has items or not. I implemented this using a converter on ...
0
votes
0answers
22 views

WP8 Panorama Width

I am developing a book reading application. I have used panorama control to present pages in book. Panorama control shows some little piece from the next panorama as you can see from this link: ...
0
votes
0answers
35 views

How the overlayView in ios 6 panorama implemented?

The overlayview in panorama is a preview of what you shoot. It seems easy to implement but it's not. I want to know the relationship between the rotated angle and the corresponding pixels shifted. ...
2
votes
1answer
101 views

Windows Phone 8 panorama layouts

I'm new to Windows phone 8 development and I am having difficulty with a panorama view. When I create a basic 'Windows Phone Portrait Page' I have no difficulty creating grids and aligning Toolbox ...
0
votes
1answer
37 views

Disable Panorama looping

Is there a way to disable the looping of panorama? I need that one can not move from the first to the last element, and vice versa. How can I do? Thanks you and sorry for my bad english
-1
votes
1answer
79 views

Panorama navigation in Windows phone [duplicate]

It's very quick question but I was looking for it in Google for 2 days without any result... How to navigate between screens in panorama? There is only one page so I guess that doesn't work: ...
1
vote
0answers
77 views

How do I change panorama background image depending on theme color?

I have a WP7 application that uses a dark image for the panorama's background. The issue is when the device is set to light theme i cant make it change with the lighter version of it. private Color ...
0
votes
0answers
34 views

Panorama background horizontal stretch

I'm trying to set background for panorama control by using this code: <phone:Panorama.Background> <ImageBrush ImageSource="{Binding BgImage}" ...
0
votes
0answers
82 views

WP7 Grid in Panorama Header Template not stretching

I've customized the Panorama HeaderTemplate in order to display the title along with a refresh button further to the right. The problem I'm having is I can't seem to get a grid column to expand to ...
0
votes
0answers
22 views

Street view in map

I am integrating google map with my application. Below is the code that I used to display the map. var map = new google.maps.Map(document.getElementById('map'), { zoom: 10, center: new ...
2
votes
1answer
77 views

How to retrieve the name of a Panorama-Item at runtime?

I am programmatically adding items to my Panorama Control called PanoramaCC. //function to create the panorama items in our view private void showPanorama(string panoramaName) { //create the ...
0
votes
0answers
278 views

Panorama with jQuery continuous slider

Let's have a look at this paid Flash panorama visualization. I want a better free, easy and hassle-free alternative. And then I thought about jQuery. What happen when we view a panorama image into ...
0
votes
0answers
19 views

Panorma Item Hyperlinking

Im just wondering if it is possible to hyperlink a certain item to a panorama, so just say if i had a hyperlinkbutton is it possible to link it to panorama item1 in the panorama.xml. And ...
1
vote
1answer
184 views

How to prevent WP8 Panorama Control temporarly from sliding?

with the WP7 SDK it was possible to use a BlocksPan to prevent a Panorama control from sliding e.g. if you use a horizontal Slider control on it. This does not work anymore with the WP8 sdk. Microsoft ...
0
votes
0answers
179 views

how to make arrow control in jquery of panorama?

I want to make a arrow controls like back and forward light box button in 180 degree panorama image slider and also when i click on back button or forward button its slide over the image in that ...
0
votes
0answers
89 views

How to change the behavior of the panorama animation?

On the PanoramaItem I have added two properties: oriantation and width. After adding these two properties the slide behavior changed and I'm not getting the behavior to work normal with these two ...
0
votes
0answers
89 views

Issue on Panorama Control And Isolated Storage

I am using panorama control and adding images on panorama control for isolated storage while I delete images from isolated storage and remove image from panorama control also and again adding image in ...
0
votes
0answers
251 views

applying wp7 panorma template in wp8 causing panorma control to size bigger than screen

I create a template for the panorama control in windows phone 7 which removed the title and but a colour background behind the panorama item headers. It looks and works just how I want but applying ...
0
votes
1answer
77 views

Which resolution for a picture background for two panoramaItem

I created a WP apps with a panorama containing two panoramaItem. I would like to set a background picture. I don't know which resolution i need to use for two panoramaitem. Anyone could help me ...
0
votes
1answer
168 views

How to navigate to specified panorama item from another page

I have MainPage.xaml and PanoramaPage1.xaml. How can I navigate from MainPage to Item1 or Item2 in PanoramaPage? For example: Button1->Item1 and Button2->Item2
3
votes
1answer
963 views

Windows Phone 8 Panorama SelectionChanged & Databinding

I wrote an app for Windows Phone 7, recently I've upgraded it to Windows Phone 8 and I plan on adding some features. Unfortunately, I've run into a problem immediately after the upgrade. The main ...
0
votes
0answers
76 views

How to make interface like WP7 start screen

I see that the Windows Phone 7 start screen is somewhat very like a Panorama, which has 1 PanoramaItem that span across 2 screen, 1 screen if for Tile and 1 screen is for App list. I follow this ...
0
votes
1answer
224 views

WP7 how to disable swiping when there is only one panorama item

I start a very basic Panorama application in Windows Phone 7. In that page is a Panorama control which has only 1 PanoramaItem. The problem is that user can swipe this panorama. I want to disable ...
0
votes
2answers
246 views

Add/remove usercontrol in panorama item using MVVM - Windows Phone

I have a panorama app that has two panorama items so far, "recent" and "popular." These get populated with data using binding from a viewmodel. I would like to add a third ("search") panorama item ...
0
votes
1answer
126 views

how to let panorama control not show Model class name

I'm binding Panorama control to my view model (of type ObservableCollection). I use ItemTemplate. I can't use HeaderTemplate because it makes transition not really smooth (don't know why !! ) Here ...
3
votes
1answer
394 views

AppBar in WP7.5 Panorama page

I'm currently developing a Windows Phone 7.5 app with a panorama page. At the panorama page, I'm implementing an appbar to deal with several things in the app, such as displaying phone location in a ...
-2
votes
1answer
311 views

How to combine different images to make single image of Panorma in iPhone? [closed]

I want to build a app which takes 360 degree panorama picture in iPhone new and older version. For this I want to take multiple images when iPhone rotates and when it come back to its position then ...
0
votes
1answer
40 views

Making panorama items headers closer to each other in WP7

I'm using panorama for the first time in WP7 Silverlight. My problem is that only the half of the first letter of the next panorama item header appears. I'm afraid the user will not know that there ...
0
votes
2answers
95 views

How to overcome this xaml parse exception error?

I'm doing this Windows Phone application sample and after creating a listbox inside a stackpanel everything was ok. But after sometime I get this error : Below is the code for listbox I created in ...
1
vote
0answers
83 views

How to improve the performance of panorama control in Windows Phone

I am building a Windows Phone app with a panorama control, which has four PanoramaItems. Each PanoramaItem has a listbox, containing some listboxitems. If one of the those listboxitems was selected ...
0
votes
0answers
81 views

How to change fisheye images into panoramic image?

I have taken 4 fisheye images and I want to change it to equirectangle projection, what steps should I be taking ? I want to program it myself, and I am confused about the steps. I've been reading ...
1
vote
2answers
256 views

Background worker to load a bing maps control

I'm developing a Windows Phone 7 application with a Panorama Page. This page has two items, first with some text, and second one with a control map. This second one gets too long to load, so I've ...
0
votes
2answers
434 views

First time I navigate to Panorama Page it gets too long to load

I'm developing a Windows Phone 7.1 application which has a panorama page. This panorama page has two panorama items one with two textblock and the other one with a bing map control. And I also set a ...
0
votes
0answers
95 views

Stop Cycle feature panorama windows phone 7

Is there a way or a workaround to disable the cycle-feature of panorama control in windows phone 7? Im asking this because I got several scrollviewers together and the best way I found was using the ...
0
votes
1answer
208 views

Calling action after SelectedIndex change

I am newbie in MVVMLight. I want to call some method after panorama tab is changed. I would like to have information about selected panorama tab. A Problem is, HandlePanoramaViewSelected method is not ...
0
votes
0answers
342 views

Horizontal scroll in panorama item

I'm a WP7 developer and I'm new to it i have panorama page in my project which consisting of two panorama items and i want to use a horizontal scroll in second panorama item, i achieved it by below ...
0
votes
1answer
597 views

Change background image on panorama on WP7 when user scrolls across

Just wondering if anyone knows of a way to change the panorama background image dynamically when the user scrolls across on windows phone 7?
0
votes
0answers
131 views

Reload next panorama item in windows phone

I am using Panorama Control to display the RSS feeds. As per the design guidelines, i am creating only two panorma items and trying to load content dynamically in the SelectionChanged event. While ...
0
votes
1answer
105 views

animating panorama control when set pragmatically

I'm using panoramaControl.DefaultItem = panoramaControl.Items[index]; to navigate the panorama control from one to another, but sliding effect is not seen in this case. what can be done to achieve ...
0
votes
1answer
249 views

Static image header in Panorama Control on Windows Phone

I would like to add an image as the header for a Panorama page and make it static so that it does not scroll as the user navigates between different Panorama Items. How can this be accomplished?
1
vote
0answers
214 views

slide panorama item dynamically with animation WP7

We can show a panorama item dynamically without actually sliding to it manually by this.panorama1.DefaultItem = this.panorama1.Items[2]; It shows the desired panorama item. But there is no sliding ...
0
votes
0answers
60 views

error when compile windows phone sdk 7.1 panorama and pivot

When I create Panorama or Pivot on Windows Phone SDK 7.1, the first compile has an error like the picture said. What was that error? I create Panorama Project on Windows Phone SDK 7.0 without error, ...
0
votes
1answer
414 views

Adding datatemplate to listbox and panorama items form program in windows phone 7

I am adding panorama items to panorama controls dynamically, they are adding successfully without any issues but when i try to add the listbox to panorama item its giving error. I am not able to see ...
0
votes
1answer
155 views

WP7 Sample Using Tiles to navigate and re-order panorama items that are DataBound without removing the Pivot-Items?

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 ...
0
votes
3answers
173 views

Accessing a list picker inside a PanoramaHeader Template

I have a panorama control in which I have create a header template to add a list picker inside it. (Just like the peoples hub to select social accounts) <DataTemplate ...
0
votes
1answer
253 views

How to move a panorama item closer to the panorama title

I have a panorama view with a title and no headers for the items. Now there is a big gap between the title (applicationTitle) and the content. Is there a way to move the content closer to the top?
0
votes
1answer
160 views

It's possible to make the Panorama control on WP7 non-circularly?

I'm using a Panorama control on a WP7 design, and I want to know if there's some way to deactivate the circular (or round) navigation on it? Basically what I would is to end the horizontal scrolling ...
1
vote
1answer
179 views

How to make loading effect like Office app in wp7?

Once open Office app, the title and elements of panorama "fly" into screen. How to make this effect in my own app?
0
votes
2answers
96 views

I have a questions about window phones layout

I want to make a 2x2 of Rectangle in my xaml code. (I use a panorama control in windows phone layout) like this.. O O O O I use this code. ...
1
vote
1answer
191 views

How to dynamically create buttons in panorama items?

I have String array. It looks something like: I have an empty panorama: <controls:Panorama x:Name="MainPanorama"> </controls:Panorama> I want to dynamically, using my array, create ...

1 2 3