Silverlight应用程序可以在HD

Silverlight应用程序可以在HD

本文介绍了Windows Phone 7.x Silverlight应用程序可以在HD 720p设备上伸展(删除黑条)吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我写了一个可以兼容WP 7.x和WP 8的应用程序.通过"C#Reflector",我可以检索有关WP版本和屏幕类型(WVGA,WXGA,HD720p)的信息.但是我无法在HD 720p设备中扩展我的应用程序.我试过设置TranslateTransform 到RootFrame.RenderTransform和RootFrame的大小.但是,当应用程序的页面为横向时,布局不正确.我该怎么办???

解决方案


I write an application can compatible both WP 7.x and WP 8. By "C# Reflector", i can retrieve information about WP version and Screen type (WVGA, WXGA, HD720p). But i can't stretch my application in HD 720p Device. I tried set TranslateTransform to RootFrame.RenderTransform and size of RootFrame. But it incorrect layout when Application's Page is Landscape. How can i do this??? 

解决方案


这篇关于Windows Phone 7.x Silverlight应用程序可以在HD 720p设备上伸展(删除黑条)吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-28 16:31