I have a scrollviewer where i want to integrate a zoom function. By searching on the internet I have found that there exists a function called:
"ScrollViewer.ZoomMode"
Where as I understand should enable zoom property to your list and everything within. But I do not have this property in my code. Do someone know if you need to add some reference that is not there?
EDIT Okay, Thank you. But I have looked at this but not been able to get it to work, as I want :) I want to have a list of elements(text, button & image), that can be manipulated by scrolling and zoom. Is there a smart way to do this? like integrating the list with a viewbox?
Second EDIT I can only upload alot of xaml, since it is done through blend. Where I have, lets say a map with different buttons. I have implemented scroll for all directions using scrollviewer. But I also wanted to be able to zoom. I have tried different ways, like viewbox and with some c#. But with little success. So I can share the code but is is only created by blend.
ZoomMode is not available on the Windows Phone platform.
ZoomMode is a property on the ScrollViewer when developing Windows Store App's, not for phone.
Zoom however can still implemented, just not as a part of the ScrollViewer. Here a post on creating pinch zooming on a image: Pinch To Zoom functionality in windows phone 8