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 ...
5
votes
4answers
10k views
How to change font size of Panorama item header?
What is the easiest way to set the font size of the panorama item header once so it can be used for all item headers in my app?
5
votes
1answer
1k views
Is it possible to know when a particular panorama item is displayed
I have a list of panorama Items.
I want to know when the user has reached a particular panorama item and then take necessary action.
I tried using the eventhandler GotFocus on the panorama item but ...
4
votes
1answer
508 views
Dark vertical line on a panorama control background image edge in Windows Phone
I set a panorama backgroundBrush the following way:
In DataContext:
var bitmapImage = new BitmapImage(new Uri("../Images/panorama.background.png", UriKind.RelativeOrAbsolute));
var backBrush = new ...
4
votes
1answer
717 views
How to create views from a 360 degree panorama. (like street view)
Given a sphere like this one from google streetview.
If i wanted to create 4 views, front view, left view, right view and back view, how do i do the transformations needed to straiten the image out ...
3
votes
1answer
932 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 ...
3
votes
1answer
391 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 ...
3
votes
1answer
668 views
Panorama Title binding
I'm doing WP7 app using Panorama control and have a problem with binding into Panorama Title property. Is it possible to bind that value out from ViewModel object?
Binding in xaml file:
...
3
votes
4answers
415 views
Why image don't autosize in grid panel?
I tried to make a wp7 app with expression blend. But is there a problem that make me crazy!
I created a Panorama Controller, a Panorama Item and a Grid. In this grid i create an Image.
Why my image ...
2
votes
2answers
478 views
How to get WP7 Panorama Content from another xaml- File?
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 ...
2
votes
1answer
953 views
System tray progress indicator not visible only on panorama page
I'm using Jeff Wilcox's solution for a global progress indicator. All hooked up simple and is working great except for a panorama page I have. The problem is that the Progress Indicator is not visible ...
2
votes
1answer
73 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 ...
2
votes
2answers
1k views
using panoramaGL library in ios5 and running HelloPanorama
I've been search around how to setup panoramaGL for a whole day and none of these answers my questions. emm, maybe that's because I am new to ios developing and I start with ios5 with all ARC cool ...
2
votes
1answer
515 views
How to modify WP Panorama item to be full screen
I'm trying to modify the PanoramaItem content size so that it has no margins and stretches the entire screen width/height. So far I've had no luck trying to modify a copy of the template. Negative ...
2
votes
3answers
517 views
Issue with Panorama Background Image Fade-In Animation?
Hi I was using the sample found here for fading in a background image. Everything is working fine its just that before the fade in animation starts the image shows briefly then the animation starts.
...
2
votes
2answers
2k views
How to programmatically switch to a different PanoramaItem?
Note: I already saw this and it doesn't answer the question.
I have a first run experience for my app that presents the user with a few different options explaining what the app does. If they select ...
2
votes
1answer
62 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 ...
2
votes
2answers
1k views
Windows Phone 7 panorama item with no header
I would like to create a PanoramaItem that has no header at all. I would like to place some controls in this PanoramaItem and I want them to occupy the whole space. Of course I was able to delete the ...
2
votes
1answer
481 views
windows phone 7, favoriting a panorama item
Is there a way to program to show what the selected panorama item is on screen, and if so what the content property of it is?
I have three panorama items (1, 2, 3) and each have a single rectangle ...
2
votes
1answer
281 views
How i can NOT handle the selectionchange event in Panoramic View in WP7?
i have developed my own map control (similar Bing Maps control), but when i move this map to right or left, Panorama changes view, but when i move the same bing map, view doesn't change. How i can do ...
2
votes
1answer
410 views
when swipe pivot quickly the pivot performance slowly
there
I found that when quickly swiping or flicking the pivot, the pivot will become very obtuse.When the finger off the screen the pivot still traslate between pivotItems a few times.
Is there any ...
2
votes
4answers
2k views
Navigate between panorama items wp7
I just want to Know, how can I navigate between different panorama items in wp7 through c# code.
Thank you.
1
vote
3answers
1k views
Increase page loading speed
In my app, I've a panorama-page which contains around 10 panorama items. Each panorama item has some path drawings, a list picker and few input fields.The problem i'm facing is that whenver i navigate ...
1
vote
2answers
302 views
How add pages to panoramaItem?
I want to have panorama control (or pivot ) that each PanoramaItem will be some
MyPage.xaml. How can I do that ?
1
vote
1answer
466 views
how to detect when data binding to UI elements (panorama and listbox) have completed in windows phone 7?
i have a Panorama control and ListBox controls inside the Panorama. is there any "event" that i can hook on to or any way to detect when all the data binding or UI display associated with the Panorama ...
1
vote
1answer
178 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?
1
vote
1answer
144 views
How can you synchronise the position of multiple PanoramaItems?
I have a standard Panorama-based application, but one key item of data is repeated in two adjacent PanoramaItems.
I would like those two PanoramaItems to have the same vertical scroll position (to ...
1
vote
2answers
148 views
Using the Panorama for only part of the App
I'm new to WP7, coming from .Net/Silverlight.
I like the Panorama idea, which would work well with the application I have in mind. However, on the side of the panorama, I need to have a few other ...
1
vote
2answers
255 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 ...
1
vote
2answers
709 views
Need to change selected index in Panorama Item based on selection in Listview? [duplicate]
Possible Duplicate:
Navigate between panorama items wp7
I have a listview in the default PanoramaItem with other PanoramaItems Like category, favorite, settings etc. All these PanoramaItems ...
1
vote
1answer
946 views
Data binding image to Panorama Control in WP7 not working
Can anyone shed some light as to why the following code is not working? By "not working" I mean the image is not rendered in the Panorama control:
XAML
DataContext="{Binding ...
1
vote
1answer
806 views
Panorama is shrinking background picture which is from Isolated Storage
I have a simple page with a panorama and a button which have to change a background picture of panorama. Originally picture is 1200x800.
If I use a picture from Resources, everything is fine:
Uri ...
1
vote
2answers
343 views
Binding Artist from ArtistCollection to PanoramaItem.Listbox on Windows Phone 7
How can I bind all the artists from the Artists collection to a ListBox in a PanoramaItem?
My xaml is as follows:
<controls:PanoramaItem Header="Artist" Name="Pan3">
<!--Double line list ...
1
vote
1answer
2k views
Panorama Binding on WP7, Items collection must be empty before using ItemsSource
i keep getting this error: Items collection must be empty before using ItemsSource, when i attempt to bind data to a Panorama control. below is my xaml snippet.
<controls:Panorama ...
1
vote
0answers
69 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 ...
1
vote
1answer
181 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 ...
1
vote
0answers
82 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 ...
1
vote
0answers
213 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 ...
1
vote
1answer
190 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
vote
3answers
163 views
Chaning the overlap in wp7 panorma control
By default the next item in wp7 panorama bleeds into the currently selected panorama item by a few pixels and I would like to show a bit more of the next item.
Is there a way to control the amount of ...
1
vote
1answer
866 views
SelectionChanged Event for ListBox in panorama.ItemTemplate for Windows Phone?
I have item template for the panorama control. In that template, i have listbox with listItem template. I have problem with selection changed event in the list box.
...
1
vote
0answers
169 views
The performance of Panorama control in windows phone
I'm using a panorama control to show some content, it contains four PanoramaItems.
First I use "this.navigationservice.navigate()" navigating to another page, when I press the back button. It cost ...
1
vote
1answer
523 views
Binding Panorama Background to Image in Isolated Storage
The background image for my Panorama control is stored in "/Shared/ShellContent/Background.png".
In my XAML I set the reference to:
<controls:Panorama.Background>
<ImageBrush ...
1
vote
1answer
231 views
Panorama item - animate header position
There are situations were you have an "extra wide" item in a panorama (item which extends over the boundaries of the screen), but a very short title (header) for it.
See, for example, the "recent ...
1
vote
1answer
473 views
Controlling forward and backward navigation in a windows phone panorama application
I have 5 panorama items inside a panorama. (I will call them item1 ...item5)
(A) By default, the user will be able to navigate the items in the order:
item1 -> item2 -> item3 -> item4 -> item5 -> ...
0
votes
1answer
582 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
1answer
1k views
panorama + listbox, wp7, text is truncated and scrolling does not work
i am using a Panorama control. inside each PanoramaItem, i have a ListBox. the ListBox holds a bunch of TextBlock; the reason is because i am displaying very long text and from another post, i found ...
0
votes
2answers
1k views
How to place button at only one Panorama page (screen)?
I'm using panorama UI in wp7.
I have several panorama screen each containing ListBox.
I want to add button only to one panorama page (together with ListBox), and when I move to another i don't won't ...
0
votes
2answers
430 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
1answer
247 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?
0
votes
2answers
2k views
Modal Pop Up on top of panorama control
A simple question:
My application first page is a panorama page. I want to show a modal pop up if user click on a button.
Can I show a modal pop up on top of panorama control?
By the way, How can I ...
