Re-Arrange the List items by dragging them in Windows Phone8
Hi,
I have used Re-order ListBox,that helps to re-arrange the items as their is an image at the right side so we can drag the item.But my question is ,
Is it possible to remove the image formed at the right side of each item and make the entire row to respond when holded and dragged.
My code:-
<rlb:ReorderListBox IsReorderEnabled="True" x:Name="reorderLB" />