【发布时间】:2013-01-25 07:22:30
【问题描述】:
我正在尝试创建简单的 PivotViewer 应用程序,它将我的图像集合绑定到 PivotViewer 中。我在clientbin 文件夹中创建了图像collection.xml 文件。为了绑定这个集合,我将以下代码写入mainpage.xaml.cs
pviewer.LoadCollection("http://localhost:32768/pivotcontrol.Web/ClientBin/collection.xml", null);
然而,每当我尝试调试应用程序时,它会加载但只是显示集合的 URL,而从未实际构建 PivotViewer。
【问题讨论】:
标签: c# pivotviewer cxml-collectionxml