0

I am using scatterview to show an Image and a usercontrol. canMove and canScale is set to false from c# code to restrict scaling and moving. I am able to rotate the scatterview by setting canRotate to true. Please anyone guide me if i am doing it right.

<s:ScatterView>
  <s:ScatterViewItem Name="sctHanger" >
    <Canvas Name="qrhangars" >
      <Image Name="imginfo" Source="/Resources/info.fw.png" Width="100"           Height="100"  TouchDown="imginfo_TouchDown"  />
      <pie:UserControl1 Name="userctrl1" Visibility="Hidden" Margin="85,70,40,40" />
    </Canvas>
  </s:ScatterViewItem>
</s:ScatterView>
4

1 回答 1

1

是的,这是使某些东西可旋转的好方法

于 2013-10-29T17:14:51.540 回答