C# WPFToolkit.Extended - 工具在哪里?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11115189/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
WPFToolkit.Extended - where are the tools?
提问by whytheq
Steps I've taken:
我采取的步骤:
- I'm using .NET 4.0
- I've got to codeplexand downloaded the first "Extended WPF Toolkit Binaries".
- Number 2 added this file "ExtendedWPFToolkit_Binaries.zip" to here: C:\Users\myName\Downloads\
- I then extracted the .dll file and put it here: C:\downloads\WPFToolkit.Extended.dll
- In the WPF project I Browsed (i.e 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"
- 我正在使用 .NET 4.0
- 我必须使用codeplex并下载第一个“扩展 WPF 工具包二进制文件”。
- 2 号将此文件“ExtendedWPFToolkit_Binaries.zip”添加到此处:C:\Users\myName\Downloads\
- 然后我提取了 .dll 文件并将其放在这里:C:\downloads\WPFToolkit.Extended.dll
- 在我浏览的 WPF 项目中(即到第 4 步中的 dll)以获得额外的参考,它现在有一个额外的参考“WPFToolkit.Extended
- 在 MainWindow.xaml.cs 文件中,我添加了这个“使用 Xceed.Wpf.Toolkit;”
- 在 App.xaml 文件中,我添加了这个“xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit”
Is step 7 ok?
步骤 7 好吗?
What else do I need to do to see the tools in the Toolbox?
我还需要做什么才能看到工具箱中的工具?
采纳答案by D.Rosado
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").
转到工具箱选项卡(ctrl+alt+x),右键单击它并“添加选项卡”,键入您想要的名称(例如:“WPF 扩展工具包”)。
Then right click again on it and "Choose Items..". Browse to find the dll you just downloaded and click OK
然后再次右键单击它并“选择项目...”。浏览找到刚才下载的dll,点击确定
And.. that's it.
而且..就是这样。



![C# 如何将字符串转换为字符串[]?](/res/img/loading.gif)