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 to be loaded first in the MainPage.Loaded but it wont let me as the Panorama.SelectedIndex is read only.

Update: I've tried Panorama.DefaultItem, but it changes the order of the panorama items, and misses the whole thing.

I also need a way to make the alignment of the Title of the panorama, right to left

link|improve this question

You could use <Panorama.HeaderTemplate><Image Source="myheader.png"/></Panorama.HeaderTemplate> and use a transparent png as your header, and just use an image instead of text. – William Melani Dec 1 '11 at 19:10
That's a good idea, ill try that, but first i need to fix the right to left thingy for the panorama items. – user836252 Dec 1 '11 at 19:22
I don't understand that part of your question. Can't you just swipe left? – William Melani Dec 1 '11 at 19:40
Yeah, but when you swipe from right to left, the image starts over to its right edge. Try any panoramic windows phone app with a background, and swipe right to left, and you will get it. – user836252 Dec 1 '11 at 19:43
Ahh i see it now.. ;) – William Melani Dec 1 '11 at 19:47
feedback

1 Answer

up vote 1 down vote accepted

Windows Phone 7 does not yet have full RTL language support. sorry :(

The panorama does allow setting the DefaultItem, rahter than the SelectedItem, but this does affect the way that the background image is rendered. Use this with care.

link|improve this answer
thanks Matt, but i've already said, the defaultitem changes the order of the items. I need something to just set the selected one instead of changing their order. – user836252 Dec 1 '11 at 19:23
there isn't a way to programmatically set the selecteditem. The defaultitem doesn't change the order, it changes the relative order in relation to the background. – Matt Lacey Dec 2 '11 at 7:50
poteto potato lol jk. I think I just have to wait then, thanks for your help matt :) – user836252 Dec 2 '11 at 10:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.