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
2010-05-18 07:27:10
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
2010-05-18 07:28:23
you should be able to add it using XAML regardless
Jeff Wilcox
2010-05-18 07:50:35