views:

148

answers:

1

I want to work with a DataGrid in XamlPad. How do I reference the WPFtoolkit dll?

I've tried adding a xml namespace reference (below) but w/o any luck.

xmlns:toolkit="clr-namespace:Microsoft.Windows.Controls;assembly=WPFToolkit"

Any thoughts or help would be appreciated - thanks!

+2  A: 

Try copying WPFToolkit.dll into whatever directory you have XamlPad installed.

Joseph
Worked! Thanks for the help