Silverlight TreeView: Dragging Up vs. Dragging On

So I have been trying to fix a bug in an application that uses a TreeView and a TreeViewDragAndDropTarget pretty extensively. I am writing custom logic on drag over to set Handled to true when I do not want the drop to be allowed. However, my logic is based on the data context of the … Continue reading Silverlight TreeView: Dragging Up vs. Dragging On

Advertisement