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
Month: July 2011
Silverlight Toolkit for Silverlight 5 beta
Since Microsoft has chosen not to update the Silverlight Toolkit on their official web site. I downloaded the code, manually fixed their projects to compile on the Silverlight 5 beta so I didn’t have to deal with any more weird errors like the one I got with the TreeViewDragDropTarget. Here is a link to the … Continue reading Silverlight Toolkit for Silverlight 5 beta