Windows Phone 上从右到左的全景控制

发布于 2024-12-19 05:04:01 字数 258 浏览 3 评论 0原文

有没有办法在 Windows Phone 上从右到左制作全景项目?我想制作希伯来语和阿拉伯语应用程序,具有漂亮的全景效果。

我正在考虑操作要在 MainPage.Loaded 中首先加载的最后一个 PanoramaItem,但它不会让我这样做,因为 Panorama.SelectedIndex 是只读的。

更新:我尝试过 Panorama.DefaultItem,但它改变了全景项目的顺序,并错过了整个事情。

我还需要一种方法来从右到左对齐全景图的标题

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

初相遇 2024-12-26 05:04:01

Windows Phone 7 尚未提供完整的 RTL 语言支持。抱歉:(

全景图确实允许设置 DefaultItem,而不是 SelectedItem,但这确实会影响背景图像的渲染方式。请小心使用。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文