在 WP7 中显示相机胶卷和图库图像
我正在 WP7、C# 中开发一个应用程序。当我从应用程序启动照片选择器任务时,它会向我显示相机胶卷、示例图片和媒体库中的所有图像。其实我想单独展示每个部分。例如,当我单击按钮时,它应该只显示相机胶卷中存储的图像。当我单击另一个按钮时,它应该仅显示媒体库中的图像。所以请让我知道是否有任何方法可以做到这一点。
I m developing an application in WP7,C#. When I launch the photochooser task from my application it shows me all the images from cameraroll, sample pictures and media library. Actually I would like to show every part seperately. For example when I click a button it should show me only images stored in camera roll. When I click another button it should show images only from media library. So please let me know if there is any way to do it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无法自定义选择器的行为。
如果您想要不同的行为,您需要自己创建 UI 并通过
MediaLibrary.Pictures
请参阅 http://andy-teamg.blogspot.com /2010/07/windows-phone-7-selecting-device-photos.html
There is no way to customize the behaviour of the chooser.
If you want different behaviour you'll need to create the UI yourself and get the images via
MediaLibrary.Pictures
See an example at http://andy-teamg.blogspot.com/2010/07/windows-phone-7-selecting-device-photos.html