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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-09 16:31:50  来源:igfitidea点击:

WPFToolkit.Extended - where are the tools?

c#wpfvisual-studio

提问by whytheq

Steps I've taken:

我采取的步骤:

  1. I'm using .NET 4.0
  2. I've got to codeplexand downloaded the first "Extended WPF Toolkit Binaries".
  3. Number 2 added this file "ExtendedWPFToolkit_Binaries.zip" to here: C:\Users\myName\Downloads\
  4. I then extracted the .dll file and put it here: C:\downloads\WPFToolkit.Extended.dll
  5. 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
  6. In the MainWindow.xaml.cs file I've added this"using Xceed.Wpf.Toolkit;"
  7. In the App.xaml file I've added this "xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
  1. 我正在使用 .NET 4.0
  2. 我必须使用codeplex并下载第一个“扩展 WPF 工具包二进制文件”。
  3. 2 号将此文件“ExtendedWPFToolkit_Binaries.zip”添加到此处:C:\Users\myName\Downloads\
  4. 然后我提取了 .dll 文件并将其放在这里:C:\downloads\WPFToolkit.Extended.dll
  5. 在我浏览的 WPF 项目中(即到第 4 步中的 dll)以获得额外的参考,它现在有一个额外的参考“WPFToolkit.Extended
  6. 在 MainWindow.xaml.cs 文件中,我添加了这个“使用 Xceed.Wpf.Toolkit;”
  7. 在 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
Choose Toolbox Items dialog

然后再次右键单击它并“选择项目...”。浏览找到刚才下载的dll,点击确定
选择工具箱项目对话框

And.. that's it.

而且..就是这样。

Extended WPF Toolkit toolbox tab

扩展的 WPF 工具包工具箱选项卡