如何设置" infragistics"轮播面板参考?

时间:2014-07-11 10:24:54

标签: xaml infragistics

哪个参考有xamcarouselpanel

当我构建项目时,我收到错误igwindows:XamCarouselPanel未找到。我的代码是:

igwindows:="http://infraistics.com/Windows"

,错误发生在:

igwindows:xamcarouselpanel.ViewSetting

如果有人有此dll的链接,请在答案中附上。

1 个答案:

答案 0 :(得分:1)

首先你应该写

xmlns:igwindows="http://infragistics.com/Windows"

在xaml中为了添加命名空间,你应该在项目中有相应的引用。 在计算机上安装Infragistics之后,应添加InfragisticsWPF.XX.X参考。

VS 2012 add Infragistics reference