What am I doing wrong?
I have a TreeListView that has an item source equal to
IObservable<TreeNode> Items (which is a hierarchical structure that I populate from the data in the DB using RIA services)
I also set DragAndDrop = true in the xaml.
I tried also having
What do I need to do to have DragAndDrop working?
i would attach a zipped file with the solution, but i dont see a way to do it
Thanks,
Olga
I have a TreeListView that has an item source equal to
IObservable<TreeNode> Items (which is a hierarchical structure that I populate from the data in the DB using RIA services)
I also set DragAndDrop = true in the xaml.
I tried also having
PreviewDragEnded
set to an event handler and doing the add TreeNode to one parent and remove from another, but that didn't work.What do I need to do to have DragAndDrop working?
i would attach a zipped file with the solution, but i dont see a way to do it
Thanks,
Olga