Could the ViewportControl support on windows phone 8.1?
问题 Now, I want zoom in or out the picture on listviews. The people had share to me that these question but It use ViewportControl that windows phone 8.1 is not support. 回答1: The ViewportControl is supported for Silverlight 8.1 apps. It is not supported for Windows Phone Runtime apps. You can use a ScrollViewer to allow a picture to zoom in or out: <ScrollViewer x:Name="scrollViewer" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" VerticalScrollBarVisibility="Auto"