标签: c# windows-phone-7
我在XAML页面中有这些属性
SupportedOrientations="PortraitOrLandscape" Orientation="Portrait"
但是当我将Orientation改为Landscape时它不起作用
答案 0 :(得分:0)
如果启用了键盘,则“方向”将无法在“仿真器”中使用。 尝试使用键盘中的“Page Down”键禁用键盘支持。 希望这会对你有所帮助。