Windows Phone中的工具包包装和旋转

时间:2014-06-13 17:04:06

标签: windows-phone-8 windows-phone silverlight-toolkit

当我旋转手机时,包装没有改变,也没有得到新的数字。我该怎么做?

enter image description here

这是我的xaml代码:

       <ScrollViewer>
            <toolkit:WrapPanel>
            <Rectangle Height="100" Width="200" Fill="Red" />
            <Rectangle Margin="10" Height="100" Width="200" Fill="Red" />
            <Rectangle Height="100" Width="200" Fill="Red" />
            <Rectangle Height="100" Width="200" Fill="Red" Margin="10" />
            <Rectangle Height="100" Width="200" Fill="Red" />
            <Rectangle Height="100" Width="200" Fill="Red" Margin="10" />
            <Rectangle Height="100" Width="200" Fill="Red" />
            <Rectangle Height="100" Width="200" Fill="Red" Margin="10" />
            <Rectangle Height="100" Width="200" Fill="Red" />
            <Rectangle Height="100" Width="200" Fill="Red" Margin="10" />
            <Rectangle Height="100" Width="200" Fill="Red" />
            <Rectangle Height="100" Width="200" Fill="Red" Margin="10" />
            <Rectangle Height="100" Width="200" Fill="Red" />
            <Rectangle Height="100" Width="200" Fill="Red" Margin="10" />
            <Rectangle Height="100" Width="200" Fill="Red" />
            <Rectangle Height="100" Width="200" Fill="Red" Margin="10" />
        </toolkit:WrapPanel>

1 个答案:

答案 0 :(得分:2)

您需要将SupportedOrientations的{​​{1}}属性设置为PhoneApplicationPage值。

您可以在此处详细了解屏幕方向:http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj207002(v=vs.105).aspx#BKMK_Orientations