Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am experimenting with multi touch in WPF .net 4.0 and want to manage to get something working using a combination of: IsManipulationEnabled, ManipulationStarting and ManipulationDelta.

The problems start when I wrap the control being manipulated in a ScrollViewer and set PanningMode to both. I can pan the ScrollViewer around fine but all other manipulations like rotate and scale seem to be lost. Is it just me or is there a problem here?

Cheers,
Vinod.
Posted
Updated 21-Apr-11 4:10am
v2
Comments
HimanshuJoshi 21-Apr-11 10:11am    
Removed pre tag around text.

1 solution

See this SO thread:

http://stackoverflow.com/questions/2829697/is-there-a-way-to-touch-enable-scrolling-in-a-wpf-scrollviewer[^]

The suggested workaround is to use the ported Surface controls.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900