I want to zoom in/out the canvas in windows phone 7, I have used the windows phone toolkit for silverlight but it is only zooming a particular item on the canvas like a single image.

In my application i want to zoom in/out canvas in such a way that all elements (images,text) placed on it should perform zoom in/out.

I m also dynamically adding images and text during the runtime using tap.

link|improve this question

50% accept rate
feedback

1 Answer

I want to zoom in/out the canvas in windows phone 7, I have used the windows phone toolkit for silverlight but it is only zooming a particular item on the canvas like a single image.

I think you are not correctly using it.

I have this problem and I posted the solution in this question.

link|improve this answer
1  
go.microsoft.com/fwlink/?LinkID=229125 I am using this as an example. The map can be zoom in and out but when I add a textbox on the map and than performs zoom in/ out the text remains fixed whereas the map continues to zoom in/out – user1106633 Dec 19 '11 at 23:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.