How to make or use a standard Image Viewer for WP7

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-18 16:55:31

问题


I want to make an app that shows pictures. But I want to be able to zoom in and out with gestures. I fixed this by including a toolkit into my project. But my actual question is, can I use or is there a control that's already created for me to show pictures like the picture library of the WP7 phone itself. I thought there wasn't but the Facebook app has a similar way of showing the pictures. Did Facebook rewrite the whole thing or is there a control somewhere that someone made?


回答1:


The SlideView control in Telerik's RadControls for Windows Phone sounds like what you're looking for.




回答2:


Have you tried a MultiScaleImage control? It's designed to work with multiple layers, but if you only specify one layer, it might suit what you're trying to do.



来源:https://stackoverflow.com/questions/5602053/how-to-make-or-use-a-standard-image-viewer-for-wp7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!