tags:

views:

138

answers:

1

I am trying an example with the TreeViewDragDropTarget however I cannot find the control in the toolkit. I am using the latest version of the toolkit. How can i use this control?

A: 

Make sure you have a reference to the System.Windows.Controls.Toolkit assembly. The type you are looking for is in the System.Windows.Controls namespace.

Jeff Wilcox
thanks jeff..i can see the DataGridDragDropTarget and the PanelDragDropTarget in my toolbox but not the treeviewdragdrop..is this control visible in your toolbox?
ScG
you should be able to add it using XAML regardless
Jeff Wilcox