Reputation: 80
I'm on Win8 and I would like to move a label with fingers ( rotation, zoom , mouvement)
I saw that i can do it with a scatterview but, this control seems to be hard to use... I'd like to know if you know other control which can help me doing this ?
A Sample of ScatterView ?
win8 dont got that kind of control ? Thx!
Upvotes: 0
Views: 246
Reputation: 29953
You should be able to do this in a Canvas, and use the OnManipulationDelta events on each control.
I have done this in CP, but I haven't tried it in release preview.
Upvotes: 0