32

Steps I've taken:

  1. I'm using .NET 4.0
  2. I've got to codeplex and 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"

Is step 7 ok?

What else do I need to do to see the tools in the Toolbox?

4

1 に答える 1

65

ツールボックスタブ(ctrl + alt + x)に移動し、それを右クリックして[タブの追加]をクリックし、目的の名前を入力します(例:「WPF拡張ツールキット」)。

次に、もう一度右クリックして[アイテムを選択してください。]をクリックします。ダウンロードしたdllを参照して検索し、[OK]をクリックします
[ツールボックスアイテム]ダイアログを選択します

以上です。

拡張WPFツールキットツールボックスタブ

于 2012-06-20T08:16:44.673 に答える