wp7,如何在ScrollViewer中阻止滚动

时间:2010-11-22 10:37:43

标签: locking windows-phone-7 scrollviewer

我不会在ScrollViewer中移动UIElements。我有这样的想法:

<ScrollViewer x:Name="scroll">
    <Canvas x:Name="sheet" Width="480" Height="10000">
        <Rectangle Canvas.Left="51" Canvas.Top="116" Height="114" Width="337"/>
    </Canvas>
</ScrollViewer>

我使用ManipulationDelta事件移动矩形。但是,当我这样做时,scrollViewer也会滚动。

如何锁定ScrollViewer的滚动?

该代码根本没有帮助。

ScrollBarVisibility.Disabled;

我已经失去了3天找到解决方案而我找不到任何东西。

1 个答案:

答案 0 :(得分:2)

这只是处理pano / pivot上的手势冲突。

Preventing the Pivot or Panorama controls from scrolling