【发布时间】:2011-11-30 08:25:54
【问题描述】:
我在 wp7 中有一个图像应用程序。
class Images
{
public string Title {get;set;}
public string Path {get;set;}
}
在页面级别,我将标题和路径(相对于我的应用)绑定到一个列表。
我需要的是,当用户单击列表项时,相应的图像会在 windows phone 7 的图片库中打开。
【问题讨论】:
标签: image windows-phone-7 binding picturegallery