Ateik
Ateik

Reputation: 2586

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 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

Upvotes: 0

Views: 316

Answers (1)

Matt Lacey
Matt Lacey

Reputation: 65564

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.

Upvotes: 1

Related Questions