Hi all
My Self Sreeraj R . I am a newbie into wpf.
My problem is am getting error while am trying to remove an item from the list view. The XAML for my listview is given below
and am binding dat from an XML file .
i need to drag items from the list view . Also i need to remove the item from the List View after dragging .
I wrote the code for this but is not working while am trying to remove a particular item but am able to remove the entire items by the following code
objDoc.RemoveAll();
Please Help me in finding a solution for this problem.