Windows Phone 上从右到左的全景控制
有没有办法在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.