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>
[解决办法]
呵呵。。