This question is locked. New answers and comments are not allowed.
Hello,
I have a TreeView that is bound to an observable collection. I have Drag/Drop set up so I can drag a LeafNode to a Listbox. The problem is, once I collapse the parent node of the LeafNode, I can no longer expand it again. If I do not drag the leaf item to the Listbox I can expand/collapse the parent over and over. As soon as I drag it to the Listbox, the parent will not expand anymore.
I have a TreeView that is bound to an observable collection. I have Drag/Drop set up so I can drag a LeafNode to a Listbox. The problem is, once I collapse the parent node of the LeafNode, I can no longer expand it again. If I do not drag the leaf item to the Listbox I can expand/collapse the parent over and over. As soon as I drag it to the Listbox, the parent will not expand anymore.