0

I have a ScatterViewItem that I want to host a UserControl inside. Now I want to be able to toggle IsManipulationEnabled on the ScatterViewItem to lock it into place on a ScatterView.

When it's locked I want to be able to manipulate the UserControl inside (e.g panning, zooming, rotating, etc.).

If I set IsManipulationEnabled to false, then it seems to block all events to the UserControl because my ManipulationStarting, ManipulationDelta events hooked to my UserControl wont fire.

Is there a way around this problem? I'm just using a simple image as my UserControl at the moment.

Thanks.

4

1 回答 1

0

使用 CanMove/CanRotate/CanScale 代替 ManipulationMode

于 2012-06-30T13:37:43.557 回答