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 ...
3
votes
4answers
234 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 ...
3
votes
3answers
3k 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?
2
votes
1answer
83 views
+50
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:
...
2
votes
2answers
303 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
127 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 ...
2
votes
1answer
302 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
197 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
205 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 ...
1
vote
2answers
100 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
122 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
111 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
2answers
175 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
2answers
69 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
3answers
514 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
1answer
168 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
0answers
23 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 ...
0
votes
1answer
39 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 ...
0
votes
1answer
38 views
How do I bind two different data collections into 2 different PanoramaItem listbox?
I have AItems and BItems, want to bind to AListBox in a PanoramaItem and BListBox in another PanoramamItem.
I specified ItemsSource in each ListBox
<controls:PanoramaItem>
<ListBox ...
0
votes
1answer
96 views
How to set image source in Panorama Control in Windows Phone 7 code behind?
I am trying to create a simple Panorama application, which is really similar to the default code when you choose to create a Panorama application in Visual Studio.
What I want is, I define my own ...
0
votes
2answers
102 views
Bind various panaroma/pivot items using MVVM
could someone help me with design/understanding the problem: what I need to achieve is page with Panorama/Pivot control, where its items (panos/pivots) will be set via binding, using standard MVVM ...
0
votes
0answers
26 views
Templated control's direct content from inside it's template
With a panorama markup like:
<controls:Panorama ItemTemplate="{StaticResource itemTemplate}">
<controls:PanoramaItem Header="Alerts">
<Grid Name="InnerGrid">
and ...
0
votes
1answer
82 views
Right to Left Panorama control on Windows Phone
Is there a way to make the panorama item on Windows phone, right to left? I want to make Hebrew and Arabic apps, with the nice panoramic effect.
I was thinking of manipulating the last PanoramaItem ...
0
votes
1answer
77 views
Control margins of an automatically generated content presenter in Windows Phone Panorama Control
I am building an MVVM Panorama Windows Phone 7 application.
At some point of Panorama Item's layout I get a bottom margin of a panorama header box, that moves my content too far down. Is there a way ...
0
votes
2answers
128 views
Windows Phone 7 Title doesn't exist in Panorama control
I'm developing a Windows Phone 7 application and I'm trying to change the look of the Title element.
All over the internet they show code similar to this:
<controls:Panorama>
...
0
votes
0answers
20 views
Binding to particular index of List(of T)
I have a list includes 6 items of T (T is a much complex object). In XAML file, I have a panorama control that includes 6 PanoramaItem(s). One PanoramaItem will display data of a item from the list. ...
0
votes
1answer
258 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 ...
0
votes
1answer
224 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 ...
0
votes
1answer
87 views
set panoramaItem list background image
How can i set a background image for a panoramaItem's ListBox ?
I have this panorama item :
<controls:PanoramaItem Header="Shopping list" >
<ListBox x:Name="List" ItemsSource="{Binding ...
0
votes
2answers
109 views
Embeded google street view
Is it possible to have a google map embeded street view panorama of a given address in your page?
All the codes I have came across work with coordination, I'm looking for "address", since if you just ...
0
votes
1answer
53 views
wp7 insert XAML inside other XAML?
How can i insert XMAL inside other XMAL?
is this possible in wp7?
If anyone know concept help me.
thanks.
0
votes
2answers
170 views
How is/can the WP7 Office Hub panorama header markup be created?
WP7 Office hub panorama header looks like this:
What is it?
one solid image
two images (one for logo, one for "microsoft Office")
all vector elements
The answer interests me only because I ...
0
votes
2answers
174 views
Databound windows phone panorama with MVVM design
Please assist with MVVM design/understanding problem.
Given that we have a Windows Phone app with following UI structure:
MainPage.xaml body:
<views:PanoramaView/>
DataContext is set via ...
0
votes
1answer
199 views
Improve Panorama view performance in windows phone 7
I have a panorama page as my mainpage, there was only 3 pages, however for some reasons the slide doesn't go smoothly as usual (In my emulator it's smooth but when I build it into my LG optimus 7, ...
0
votes
1answer
158 views
Place opacityMask over panorama background, but not its contents
I want to create a mask effect so I place a mask over my panorama page, but this would place a mask on my entire screen. How can I make it so that it would only place on top of my panorama background ...
0
votes
1answer
53 views
set radiation foreground title in windows phone 7
As the title says, I want to set radiation effect for my panorama title, or panorama item title. (An example would be music+video app in windows phone 7) How can I do this? The set of foreground only ...
0
votes
1answer
426 views
Changing the font size of the PanoramaItem (windows phone)
I am trying to change the size of the PanoramaItem's title, but it doesnt work. I tried the FontSize attribute, but it does nothing. I could change the font size of the Panorama's title using this ...
0
votes
1answer
609 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
1answer
736 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 ...
0
votes
3answers
763 views
WP7 Panorama control sliding lagging when hiding Application Bar
I have a Windows Phone app with panorama control.
Panorama currently has two pages.
One page should have a visible application bar with buttons, and another one should not.
I use the panorama's ...
0
votes
0answers
143 views
Creating equirectangular panorama from 3d world
I have a 3d landscape that I'd like to convert into an equirectangular panorama image (more specifically, one that I can plug into google maps like this: ...
0
votes
1answer
298 views
windows phone 7, panorama touch events?
I have a panorama control with 3 panorama items in it. I want to create a function where if a user taps on any panorama item, it changes the pictures of the ones currently off the screen.
I Wont ...
0
votes
1answer
163 views
Friends pictures list
I'm developing a Windows Phone 7 app. I'm very new on it.
I've seen here a panorama control with some pictures (at panorama item Samples).
I want to do that but I don't know how.
How can I do that ...
0
votes
2answers
758 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 ...
0
votes
2answers
286 views
Can I control the overlap across panorama items?
I have multiple textBlocks as panorama Items. Each textBlock contains data covering the entire screen.
I see that when item1 is displayed on the screen, some of the text from item2 is also shown on ...
0
votes
2answers
565 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
682 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 ...
-1
votes
0answers
20 views
binding panorama app background
i'm trying to make a daily background service for my app with xml which contains the link to the image and parsing it and binding it to panorama. i tried this code (sorry for the full code):
...