Steps I've taken:
I'm using .NET 4.0 I've got to codeplex and downloaded the first "Extended WPF Toolkit Binaries". Number 2 added this file "ExtendedWPFToolkit_Binaries.zip" to here: C:UsersmyNameDownloads I then extracted the .dll file and put it here: C:downloadsWPFToolkit.Extended.dll In the WPF project I Browsed (ie to the dll in step 4) for an extra reference and it now has an extra ref to "WPFToolkit.Extended In the MainWindow.xaml.cs file I've added this"using Xceed.Wpf.Toolkit;" In the App.xaml file I've added this "xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" Is step 7 ok?
What else do I need to do to see the tools in the Toolbox?
Go to the toolbox tab (ctrl+alt+x), right click on it and "Add Tab", type the name you want for it (ex: "WPF Extended Toolkit").
Then right click again on it and "Choose Items..". Browse to find the dll you just downloaded and click OK
And.. that's it.
链接地址:
http://www.djcxy.com/p/34558.html
上一篇:
在Designer上使用控件
下一篇:
工具在哪里?