首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Windows Mobile >

Rectangle的ManipulationStarted有关问题

2012-04-23 
Rectangle的ManipulationStarted问题各位,我在写Rectangle的Manipulation事件的时候发现我只有点击Rectang

Rectangle的ManipulationStarted问题
各位,我在写Rectangle的Manipulation事件的时候发现我只有点击Rectangle的左下角时,该事件才会触发。而点击该Rectangle的其他部分时则没有反应。请问这是怎么回事啊?谢谢~
PS: 这里给出相关代码
<ScrollViewer Grid.Row="1">
  <Grid>
  ...
  <Rectangle Grid.Row="2" x:Name="ScreenColorRectangle" Margin="{StaticResource PhoneHorizontalMargin}" Height="90" Width="200" Stroke="{StaticResource PhoneForegroundBrush}" StrokeThickness="3" ManipulationStarted="ScrenColorRectangle_ManipulationStarted"/>
  ...
  </Grid>
</ScrollViewer>

[解决办法]
呵呵。。

热点排行