Implement Drag-Drop in Winforms using Treeview & Split Controls?

Your code looks fine so far. What you need to do is set the AllowDrop property on "viewer" to true.

Thanks. This was the problem, I don't know how I overlooked it. – mgerety Jun 12 '09 at 17:54.

You need to set the e. Effect in the DragEnter event to DragDropEffects. Move private void EntityTreeView_DragEnter(object sender, DragEventArgs e) { e.

Effect = DragDropEffects. Move }.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions