Silerverlight dragdrop problem
Hi am using silverlight 3 with VS 2010. I am using controlsToolkit:TreeViewDragDropTarget along with drag and drop functionality. I 开发者_运维知识库found that Oct 09 release of silverlight toolkit added drag drop feature. but i could not download the same form anywhere. i downloaded the latest tool kit from http://silverlight.codeplex.com/releases/view/43528 but when i try to add following property
mswindows:DragDrop.AllowDrop="True"
it says AllowDrop not found in type DragDorp.
Anyone encountered the same?
In the later version it is just AllowDrop not mswindows:DrapDrod.AllowDrop
Now i copied the controls toolkit released in 2009 November from another machine and using it. It works fine with that version.. ! No idea whether it is removed in later version.
精彩评论