2014-06-13 1 views
0

내 전화를 돌릴 때, wrappanle은 변경되지 않고 새로운 그림을 얻지 못합니다. 그 일을 어떻게해야합니까?툴킷 wrappanle 및 회전 Windows phone

 <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> 

답변