Questions tagged [panorama-control]

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 beyond the confines of the screen. These inherently dynamic views use layered animations and content so that layers smoothly pan at different speeds, similar to parallax effects.

At the base of the application is the Panorama control that is essentially a long horizontal canvas. A secondary control called a PanoramaItem serves as a container that hosts other content and controls such as links, grids, and lists. For more information about the panorama control architecture, see Panorama Control Architecture for Windows Phone.

The content of panoramic applications can vary:

Casual browsing back and forth where the user is encouraged to explore content in a non-task-directed way.

More data-dense information Hubs where the user can achieve more conscious goals like looking for a specific contact or game to play.

The People and Pictures Hubs illustrate the look and feel of a panorama application.

See : http://msdn.microsoft.com/en-us/library/ff941104(v=vs.92).aspx

204 questions
9
votes
4 answers

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?
Buju
  • 1,546
  • 3
  • 16
  • 27
9
votes
2 answers

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 part of the app is a Panorama control that is…
6
votes
1 answer

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 it doesn't get invoked when the user reaches the…
abnvp
  • 1,037
  • 11
  • 19
6
votes
3 answers

Creating Panorama Control Screenshots

The Microsoft panorama control is a common method for performing layout and navigation in Windows Phone 7 applications. In many blogs and reviews you will find screenshots that show the entire panorama control in one image instead of individual…
Greg Bray
  • 14,929
  • 12
  • 80
  • 104
5
votes
1 answer

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 like if i was viewing it in google streetview.…
Poul K. Sørensen
  • 16,950
  • 21
  • 126
  • 283
5
votes
2 answers

Why does the WP7 Panoramic page jump back when updating?

I am building a GPS-related application that displays the coordinates amongst other calculations. My demo code is setup to fire the events every second. Whenever I update the main page UI (say, a textbox with the calculated Latitude), it works…
eduncan911
  • 17,165
  • 13
  • 68
  • 104
4
votes
1 answer

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 ImageBrush { ImageSource = bitmapImage…
4
votes
1 answer

Capture the panorama image from iPhone camera in ios7 & later

I am working one real estate application, User needs to capture his area through the panorama camera from the application. Can any body suggest how can we capture the panoramic image from iPhone programmatically . If we can achieve it then please…
Romance
  • 1,416
  • 11
  • 21
4
votes
1 answer

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 Bing Map which is located in one of the panorama…
AndreasB
  • 578
  • 4
  • 16
3
votes
2 answers

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 margins can take care of the left/top but the next…
Hardev
  • 10,851
  • 2
  • 17
  • 17
3
votes
1 answer

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 at all and it's only on this one page. All of…
earthling
  • 5,084
  • 9
  • 46
  • 90
3
votes
1 answer

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:
MarcinJuraszek
  • 124,003
  • 15
  • 196
  • 263
3
votes
1 answer

How to load data fast on listboxes in Panorama View?

I'm here because I'm stuck on this very annoying problem. I will try to explain as clear as I can. I have a Panorama control on my Windows Phone xaml page, with several PanoramaItems. Inside each PanoramaItem there is a Listbox like in this example:…
Linus
  • 45
  • 4
3
votes
3 answers

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 header text and change the font to smaller, but…
pajton
  • 15,828
  • 8
  • 54
  • 65
3
votes
4 answers

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 won't enlarge on width? Here the screenshots: The…
elp
  • 8,021
  • 7
  • 61
  • 120
1
2 3
13 14