TreeViewDragDropTarget could not be found
I am trying an example with the TreeViewDragDropTarget however I cannot find the control in the toolkit. I am using the latest version o开发者_如何转开发f the toolkit. How can i use this control?
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.
精彩评论